Fix the rest of it
This commit is contained in:
@ -86,11 +86,11 @@ export default function (props: GameAppealProps & { port?: MessagePort }) {
|
||||
<Stack divider={<StackDivider />}>
|
||||
<Box>
|
||||
<Heading size="xs">Response: Explanation of Ban</Heading>
|
||||
<Text>{props.whatHappened}</Text>
|
||||
<Text>{props.what_happened}</Text>
|
||||
</Box>
|
||||
<Box>
|
||||
<Heading size="xs">Response: Reasoning for Unban</Heading>
|
||||
<Text>{props.reasonForUnban}</Text>
|
||||
<Text>{props.reason_for_unban}</Text>
|
||||
</Box>
|
||||
</Stack>
|
||||
</CardBody>
|
||||
|
Reference in New Issue
Block a user