No errors grocery page
This commit is contained in:
@@ -13,7 +13,7 @@ const GroceryListPage = () => {
|
||||
{
|
||||
currentTab === "Groceries" ? <Groceries /> : <Products />
|
||||
}
|
||||
{/* <TabMenu currentTab={currentTab} setCurrentTab={setCurrentTab} /> */}
|
||||
<TabMenu currentTab={currentTab} setCurrentTab={setCurrentTab} />
|
||||
</WrapperGroceryPage>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user