diff --git a/packages/web/components/Setup/SetupPlayerType.tsx b/packages/web/components/Setup/SetupPlayerType.tsx index b391f4a6..93134bea 100644 --- a/packages/web/components/Setup/SetupPlayerType.tsx +++ b/packages/web/components/Setup/SetupPlayerType.tsx @@ -1,6 +1,7 @@ import { Button, MetaButton, + MetaHeading, ModalFooter, SimpleGrid, Text, @@ -28,6 +29,7 @@ export const SetupPlayerType: React.FC = ({ isEdit, onClose }) => { const [playerType, setPlayerType] = useState(); const { user } = useUser({ redirectTo: '/' }); + const isWizard = !isEdit; if (user?.player) { const { player } = user; @@ -80,6 +82,15 @@ export const SetupPlayerType: React.FC = ({ isEdit, onClose }) => { return ( + {isWizard && ( + + Player Type + + )} + + Please read the features of each player type below. And select the one + that suits you best. + {playerTypeChoices.map((p) => ( = ({ isEdit, onClose }) => { )} - {!isEdit && ( + {isWizard && ( ( - - Player Type - - - Please read the features of each player type below. And select the one - that suits you best. -