fix report details not showing after report is submitted
All checks were successful
delpoy / build-and-deploy (push) Successful in 36s

This commit is contained in:
2024-12-20 19:24:59 +01:00
parent 60f031aa7b
commit 0280e2a277
3 changed files with 20 additions and 14 deletions

View File

@ -11,7 +11,7 @@
statement
}: {
reporterName: string;
reportedName?: string;
reportedName: string | null;
status: 'none' | 'review' | 'reviewed';
reason: string;
body: string;