From 402a1bf742578bcdf02b88b04d6206d86eb07177 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 26 Feb 2025 12:45:27 -0600 Subject: [PATCH] Add close button --- src/components/moderation/ReportDialog/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/moderation/ReportDialog/index.tsx b/src/components/moderation/ReportDialog/index.tsx index b8184b683d..ebf3090ae7 100644 --- a/src/components/moderation/ReportDialog/index.tsx +++ b/src/components/moderation/ReportDialog/index.tsx @@ -428,6 +428,8 @@ function Inner(props: ReportDialogProps) { )} + + ) } @@ -464,7 +466,7 @@ function StepTitle({ const active = activeIndex1 === index const completed = activeIndex1 > index return ( - +