diff --git a/components/ReportCard.tsx b/components/ReportCard.tsx
index ed19af3..a3fc65e 100644
--- a/components/ReportCard.tsx
+++ b/components/ReportCard.tsx
@@ -13,6 +13,7 @@ import {
Stack,
Text,
useToast,
+ VStack,
} from "@chakra-ui/react";
import { useState } from "react";
@@ -130,7 +131,7 @@ export default function (props: ReportCardProps) {
{props.description}
-
+
{(function () {
const radioGroups = [];
for (let i = 0; i < props.target_ids.length; i++) {
@@ -141,7 +142,7 @@ export default function (props: ReportCardProps) {
actionMap[props.target_ids[i]] = parseInt(val);
}}
>
-
+
{props.target_usernames[i]}
Ignore
@@ -152,7 +153,7 @@ export default function (props: ReportCardProps) {
Ban
-
+
,
);
}