diff --git a/components/pages/grocery/GroceryList.tsx b/components/pages/grocery/GroceryList.tsx index 6c53c72..35adb0a 100644 --- a/components/pages/grocery/GroceryList.tsx +++ b/components/pages/grocery/GroceryList.tsx @@ -50,10 +50,10 @@ const GroceryList = () => { if (submit) { if (title?.length > 2 && title?.length <= 25) { addGrocery({ - id: 0, + id: "", title: title, category: category, - approved: profileData?.userType === ProfileType.PARENT ? true : false, + approved: profileData?.userType === ProfileType.PARENT, recurring: false, frequency: GroceryFrequency.Never, bought: false,