Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Should be using value rather than name (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley authored and grogou committed Aug 20, 2021
1 parent 560972a commit 27cff51
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ const ProductDetails = ( {
: '';
return (
<li
key={ detail.name + ( detail.display || detail.name ) }
key={ detail.name + ( detail.display || detail.value ) }
className={ className }
>
{ detail.name && (
Expand Down

0 comments on commit 27cff51

Please sign in to comment.