Accept multiple types of appeals
This commit is contained in:
@ -84,6 +84,10 @@ export default function (props: GameAppealProps & { port?: MessagePort }) {
|
||||
</CardHeader>
|
||||
<CardBody>
|
||||
<Stack divider={<StackDivider />}>
|
||||
<Box>
|
||||
<Heading size="xs">Appeal Type</Heading>
|
||||
<Text>{props.type}</Text>
|
||||
</Box>
|
||||
<Box>
|
||||
<Heading size="xs">Response: Explanation of Ban</Heading>
|
||||
<Text>{props.what_happened}</Text>
|
||||
|
Reference in New Issue
Block a user