diff --git a/components/ItemCreator.tsx b/components/ItemCreator.tsx index 78232b6..fbbf2a0 100644 --- a/components/ItemCreator.tsx +++ b/components/ItemCreator.tsx @@ -74,7 +74,7 @@ const ItemCreator: React.FC = ({onItemsCreate}) => { return (
- + = ({onItemsCreate}) => { )} /> -
+
{uploadedItems.map((item) => (
diff --git a/components/ItemManager.tsx b/components/ItemManager.tsx index 1153733..956aaf6 100644 --- a/components/ItemManager.tsx +++ b/components/ItemManager.tsx @@ -174,7 +174,7 @@ const ItemManager: React.FC = ({ - + Add New Items