setName(_ => name)}/>}
diff --git a/tank-frontend/src/JoinForm.tsx b/tank-frontend/src/JoinForm.tsx
index 2235387..4f4b560 100644
--- a/tank-frontend/src/JoinForm.tsx
+++ b/tank-frontend/src/JoinForm.tsx
@@ -41,7 +41,7 @@ export default function JoinForm({onDone}: {
+ text="¢ INSERT COIN"/>
{postPlayer.isError && {postPlayer.error.message}
}
;
}
diff --git a/tank-frontend/src/MapChooser.tsx b/tank-frontend/src/MapChooser.tsx
index 569fbbe..9490972 100644
--- a/tank-frontend/src/MapChooser.tsx
+++ b/tank-frontend/src/MapChooser.tsx
@@ -71,8 +71,11 @@ function MapChooserDialog({mapNames, theme, onClose, onConfirm}: {
onClick={() => setChosenMap(name)}
/>)}
-