fix report details not showing after report is submitted
All checks were successful
delpoy / build-and-deploy (push) Successful in 36s
All checks were successful
delpoy / build-and-deploy (push) Successful in 36s
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
statement
|
||||
}: {
|
||||
reporterName: string;
|
||||
reportedName?: string;
|
||||
reportedName: string | null;
|
||||
status: 'none' | 'review' | 'reviewed';
|
||||
reason: string;
|
||||
body: string;
|
||||
|
Reference in New Issue
Block a user