Added key to badge list

This commit is contained in:
Lucas Oliveira 2023-11-08 16:25:02 -03:00
commit 03106a3dad

View file

@ -249,6 +249,7 @@ export default function StorePage(): JSX.Element {
{!loadingTags &&
tags.map((tag, idx) => (
<Badge
key={idx}
onClick={() => {
updateTags(tag.name);
}}