Make game appeal buttons work lol
This commit is contained in:
parent
5c65424a04
commit
1590d2c5c0
@ -88,8 +88,13 @@ export default function (props: GameAppealProps) {
|
||||
</CardBody>
|
||||
<CardFooter pb="4px">
|
||||
<Box>
|
||||
<Button colorScheme="red">Deny</Button>
|
||||
<Button colorScheme="blue" ml="8px">
|
||||
<Button
|
||||
colorScheme="red"
|
||||
onClick={async () => await performAction("deny")}
|
||||
>
|
||||
Deny
|
||||
</Button>
|
||||
<Button colorScheme="blue" ml="8px" onClick={onOpen}>
|
||||
Accept
|
||||
</Button>
|
||||
</Box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user