mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
Deletion fix
This commit is contained in:
@ -219,7 +219,7 @@ export const GroceryProvider: React.FC<{ children: React.ReactNode }> = ({
|
||||
return (
|
||||
<GroceryContext.Provider
|
||||
value={{
|
||||
groceries,
|
||||
groceries: groceries ?? [],
|
||||
fuzzyMatchGroceryCategory,
|
||||
//iconMapping,
|
||||
updateGroceryItem,
|
||||
|
||||
Reference in New Issue
Block a user