diff --git a/screens/ShoppingList.jsx b/screens/ShoppingList.jsx index 22eaa5a..8aef3f0 100644 --- a/screens/ShoppingList.jsx +++ b/screens/ShoppingList.jsx @@ -12,7 +12,6 @@ import { Title } from '../components/Typography/index.js'; import Nav from '../components/Nav'; export const ShoppingListScreen = () => { - const route = useRoute(); const { id } = route.params; @@ -43,7 +42,6 @@ export const ShoppingListScreen = () => { - {/* Shopping List */} {shoppingListData.map((item) => ( @@ -65,7 +63,6 @@ export const ShoppingListScreen = () => { ))} -