Hide controls on closed appeals
This commit is contained in:
parent
4a62ce5c05
commit
ea1f54fd04
@ -130,7 +130,7 @@ export default function (props: AppealCardProps) {
|
||||
</Stack>
|
||||
</CardBody>
|
||||
<CardFooter pb="4px">
|
||||
<Box>
|
||||
<Box visibility={props.open ? "visible" : "hidden"}>
|
||||
<Button colorScheme="red" onClick={() => showModal("Deny")}>
|
||||
Deny
|
||||
</Button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user