diff --git a/src/10th/Roster.jsx b/src/10th/Roster.jsx index 992cdb0..67db7f5 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 (