Skip to content

Commit 083b057

Browse files
committed
Remove unused id
1 parent 88cbc28 commit 083b057

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/Product/IndexProducts.component.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const IndexProducts = ({ products }) => {
1616
{products ? (
1717
products.map(
1818
({
19-
id,
2019
databaseId,
2120
name,
2221
price,

0 commit comments

Comments
 (0)