Fix missing keys

This commit is contained in:
Sakura Knoll
2021-12-30 18:18:50 +09:00 Unverified
parent 484b676118
commit f62d9ce829
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ const WeaponListPage = ({ weaponDataList }: WeaponListPageProps) => {
{weaponFilterOptions.map(({ value, label }) => {
return (
<FilterButton
key={value}
active={value === filter}
setFilter={setFilter}
value={value}