chore: fixing warning

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-01-09 16:46:52 +01:00
parent 68aeea4ba5
commit 0fbcdfd0d2
@@ -111,7 +111,7 @@ export const ActionsPage = () => {
<TableCell>
<>
{[props.type].flat().map(type => (
<Chip label={type} />
<Chip label={type} key={type} />
))}
</>
</TableCell>