Fix the rest of it

This commit is contained in:
2024-05-13 15:01:57 -04:00
parent fe0a03a4a9
commit b46e54d0c3
4 changed files with 5 additions and 6 deletions

View File

@ -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>