Skip to content

Commit

Permalink
cahnges attribute from depricated id to uid (#3982)
Browse files Browse the repository at this point in the history
Co-authored-by: Devagouda <40405790+dpatil-magento@users.noreply.github.com>
  • Loading branch information
dupadhyay3 and dpatil-magento authored Nov 8, 2022
1 parent c54d7e3 commit b779410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const NoProductsFound = props => {
);

return (
<li key={category.id} className={classes.listItem}>
<li key={category.uid} className={classes.listItem}>
<Link to={uri}>{category.name}</Link>
</li>
);
Expand Down

0 comments on commit b779410

Please sign in to comment.