Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove discriminator from appeal cards
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 791f801 commit 9d5d482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AppealCard.tsx
Expand Up @@ -91,7 +91,7 @@ export default function (props: AppealCardProps) {
</Modal>
<CardHeader>
<Heading size="md">
Appeal for {props.user.username}#{props.user.discriminator}
Appeal for {props.user.username}
</Heading>
<Text fontSize="xs">ID: {props.user.id}</Text>
</CardHeader>
Expand Down

0 comments on commit 9d5d482

Please sign in to comment.