Added authentication handling
This commit is contained in:
@@ -48,7 +48,11 @@ function JoinModal({ isOpen, onRequestClose }) {
|
||||
onChange={handleChange}
|
||||
ref={inputRef}
|
||||
/>
|
||||
<Button disabled={!gameId}>Join › (ノ◕ヮ◕)ノ*:・゚✧</Button>
|
||||
<Flex>
|
||||
<Button sx={{ flexGrow: 1 }} disabled={!gameId}>
|
||||
Join › (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</Button>
|
||||
</Flex>
|
||||
</Box>
|
||||
</Flex>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user