Skip to content

Commit

Permalink
feat(): run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dina Rocio Villanueva Quevedo authored and Dina Rocio Villanueva Quevedo committed Apr 23, 2024
1 parent 76b5da6 commit c48761d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions screens/ShoppingList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -43,7 +42,6 @@ export const ShoppingListScreen = () => {
<SafeAreaView style={styles.container}>
<ScrollView contentContainerStyle={styles.scrollContainer}>
<View style={styles.contentContainer}>

{/* <Title style={styles.title}>Shopping List</Title> */}

{shoppingListData.map((item) => (
Expand All @@ -65,7 +63,6 @@ export const ShoppingListScreen = () => {
))}

<ShoppingListItem items={items} />

</View>
</ScrollView>
<Nav />
Expand Down

0 comments on commit c48761d

Please sign in to comment.