Skip to content

Commit a882ed9

Browse files
authored
Merge pull request #374 from w3bdesign/develop
Remove unused id
2 parents 88cbc28 + 083b057 commit a882ed9

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)