We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563b9ec commit b7e06fbCopy full SHA for b7e06fb
src/components/SideBar.js
@@ -14,7 +14,7 @@ const SideBar = ({ tagGroups, setSelectedState }) => {
14
<Padded>
15
{tagGroups.map((tagGroup, i) => (
16
<RefinementFilter
17
- key={i}
+ key={tagGroup.name}
18
name={tagGroup.name}
19
options={tagGroup.tags}
20
selectedOptions={tagGroup.selectedTags}
0 commit comments