mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 08:24:55 +00:00
- Grocery list changes
- Removed the Add item button from the bottom and added an empty grocery box
This commit is contained in:
@ -71,7 +71,6 @@ const GroceryWrapper = () => {
|
||||
<GroceryList onInputFocus={handleInputFocus} />
|
||||
</View>
|
||||
</ScrollView>
|
||||
{!isAddingGrocery && <AddGroceryItem />}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user