mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 21:23:38 -04:00
handle empty fragment length
update license in JSON
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "vector-admin-frontend",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "vite --open",
|
||||
"build": "vite build",
|
||||
|
||||
@@ -232,7 +232,7 @@ const Fragment = ({
|
||||
)}
|
||||
</td>
|
||||
<td className="px-6 py-4">
|
||||
{Object.keys(metadata).length > 0 ? (
|
||||
{Object.keys(metadata)?.length > 0 ? (
|
||||
<button
|
||||
onClick={() => {
|
||||
document
|
||||
|
||||
Reference in New Issue
Block a user