Add key to weapon series group elements

This commit is contained in:
Justin Edmund 2023-01-02 02:05:56 -08:00
parent e0c809867e
commit d3c2c6846b

View file

@ -137,7 +137,7 @@ const WeaponSearchFilterBar = (props: Props) => {
const renderWeaponSeriesGroup = (index: number) => {
return (
<DropdownMenu.Group className="Group">
<DropdownMenu.Group className="Group" key={`Group-${index}`}>
{weaponSeries
.slice(
index * Math.ceil(weaponSeries.length / 3),