fix Grocery page, add Reminders context

This commit is contained in:
ivic00
2024-08-31 18:19:51 +02:00
parent f8dd152eeb
commit ff9e94e392
8 changed files with 107 additions and 56 deletions

View File

@ -38,7 +38,8 @@ const GroceryItem = ({
return (
<ListItem
backgroundColor="white"
backgroundColor="white"
padding-3
onPress={() => {
setOpenFreqEdit(true);
}}