Fixed missing playername in settings
This commit is contained in:
parent
badbd4b956
commit
08170887b9
|
@ -441,6 +441,7 @@ export default function AppLayout(props: Props): JSX.Element {
|
||||||
(event.target as HTMLInputElement).value
|
(event.target as HTMLInputElement).value
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
value={appLayout.playerName}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue