fix images staying after switching roster

This commit is contained in:
NilsUeter
2023-06-08 12:12:30 +02:00
parent 0c3326c50d
commit bffcf1f178
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const Force = ({ force, onePerPage }) => {
>
{units.map((unit, index) => (
<Unit
key={index}
key={unit.name + index}
index={index}
unit={unit}
catalog={catalog}