Fix missing keys
This commit is contained in:
@@ -110,6 +110,7 @@ const WeaponListPage = ({ weaponDataList }: WeaponListPageProps) => {
|
||||
{weaponFilterOptions.map(({ value, label }) => {
|
||||
return (
|
||||
<FilterButton
|
||||
key={value}
|
||||
active={value === filter}
|
||||
setFilter={setFilter}
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user