Skip to content

Commit

Permalink
Remove redundant category prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tataw-cl committed Sep 21, 2024
1 parent 3d91fb8 commit 020140f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/List.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export function List({ data, listPath, lists }) {
name={item.name}
dateLastPurchased={item.dateLastPurchased}
onCheck={() => handleCheck(item)}
category={item.category}
onDelete={() => handleDelete(item.id)}
/>
))}
Expand Down

0 comments on commit 020140f

Please sign in to comment.