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>
|
</CardBody>
|
||||||
<CardFooter pb="4px">
|
<CardFooter pb="4px">
|
||||||
<Box>
|
<Box>
|
||||||
<Button colorScheme="red">Deny</Button>
|
<Button
|
||||||
<Button colorScheme="blue" ml="8px">
|
colorScheme="red"
|
||||||
|
onClick={async () => await performAction("deny")}
|
||||||
|
>
|
||||||
|
Deny
|
||||||
|
</Button>
|
||||||
|
<Button colorScheme="blue" ml="8px" onClick={onOpen}>
|
||||||
Accept
|
Accept
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user