From 08170887b9d2cad8075e303aafbc49288966b12d Mon Sep 17 00:00:00 2001 From: DrMint Date: Sun, 8 May 2022 11:26:22 +0200 Subject: [PATCH] Fixed missing playername in settings --- src/components/AppLayout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index 34256a7..6df61e8 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -441,6 +441,7 @@ export default function AppLayout(props: Props): JSX.Element { (event.target as HTMLInputElement).value ) } + value={appLayout.playerName} />