Make appeal card not a fragment
This commit is contained in:
parent
b6f073083e
commit
2cd2e76a80
@ -22,7 +22,6 @@ export default function (props: AppealCardProps) {
|
||||
}, [props.createdAt]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<Card w="100%">
|
||||
<CardHeader>
|
||||
<Heading size="md">
|
||||
@ -60,6 +59,5 @@ export default function (props: AppealCardProps) {
|
||||
<Text fontSize="xs">Submitted at: {dateString}</Text>
|
||||
</CardFooter>
|
||||
</Card>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user