diff --git a/src/frontend/src/pages/StorePage/index.tsx b/src/frontend/src/pages/StorePage/index.tsx index a1aa26fb5..d06ea7a6f 100644 --- a/src/frontend/src/pages/StorePage/index.tsx +++ b/src/frontend/src/pages/StorePage/index.tsx @@ -249,6 +249,7 @@ export default function StorePage(): JSX.Element { {!loadingTags && tags.map((tag, idx) => ( { updateTags(tag.name); }}