diff --git a/src/10th/Roster.jsx b/src/10th/Roster.jsx index 908be67..31a43ba 100644 --- a/src/10th/Roster.jsx +++ b/src/10th/Roster.jsx @@ -76,6 +76,7 @@ const Unit = ({ colorUserChoice, }) => { const [hide, setHide] = useState(false); + const [hideModelCount, setHideModelCount] = useState(false); const uploadRef = useRef(); let { name, @@ -179,23 +180,42 @@ const Unit = ({ : "", }} > - +