diff --git a/components/pages/grocery/GroceryList.tsx b/components/pages/grocery/GroceryList.tsx
index ce4e882..bca41ee 100644
--- a/components/pages/grocery/GroceryList.tsx
+++ b/components/pages/grocery/GroceryList.tsx
@@ -228,15 +228,18 @@ const GroceryList = () => {
{isAddingGrocery && (
-
+
+ setIsAddingGrocery(false)
+ }}
+ />
+
)}
{/* Render Approved Groceries Grouped by Category */}