Add keys to queue item cards
This commit is contained in:
@ -41,7 +41,7 @@ export default function (props: ReportCardProps) {
|
||||
}
|
||||
|
||||
return (
|
||||
<Card w="100%">
|
||||
<Card key={props.id} w="100%">
|
||||
<CardHeader>
|
||||
<Heading size="lg">
|
||||
Report for {props.target_usernames.toString()}
|
||||
|
Reference in New Issue
Block a user