Fix various components
This commit is contained in:
@ -127,7 +127,9 @@ export default function (props: AppealCardProps & { port?: MessagePort }) {
|
||||
</Stack>
|
||||
</CardBody>
|
||||
<CardFooter pb="4px">
|
||||
<Box display={props.open ? undefined : "none"}>
|
||||
<Box
|
||||
display={typeof props.approved === "number" ? "none" : "undefined"}
|
||||
>
|
||||
<Button colorScheme="red" onClick={() => showModal("Deny")}>
|
||||
Deny
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user