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]);
|
}, [props.createdAt]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
|
||||||
<Card w="100%">
|
<Card w="100%">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<Heading size="md">
|
<Heading size="md">
|
||||||
@ -60,6 +59,5 @@ export default function (props: AppealCardProps) {
|
|||||||
<Text fontSize="xs">Submitted at: {dateString}</Text>
|
<Text fontSize="xs">Submitted at: {dateString}</Text>
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
</Card>
|
</Card>
|
||||||
</>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user