From 1846df6ac2ce0b4d983b4edee3bc0b9c3d521a02 Mon Sep 17 00:00:00 2001 From: luxick Date: Thu, 30 Jul 2026 20:39:51 +0200 Subject: [PATCH] Revert "Comma serparate keywords on sheet" This reverts commit 41edd40cd580e2f1f74f5e040804693abed45aa9. --- src/10th/Roster.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/10th/Roster.jsx b/src/10th/Roster.jsx index 67db7f5..992cdb0 100644 --- a/src/10th/Roster.jsx +++ b/src/10th/Roster.jsx @@ -660,7 +660,7 @@ const UnitComposition = ({ hideModelCount, modelStats, modelList }) => { - + {modelList.map((model, index) => ( @@ -1066,7 +1066,7 @@ const removeKeywordsSet = new Set([ const Keywords = ({ keywords }) => { const joinedKeywords = [...keywords] .filter((key) => !removeKeywordsSet.has(key)) - .join(", "); + .join("; "); return (