diff --git a/web/components/contract/contract-report-resolution.tsx b/web/components/contract/contract-report-resolution.tsx index a5e5c75f..4fc98ff5 100644 --- a/web/components/contract/contract-report-resolution.tsx +++ b/web/components/contract/contract-report-resolution.tsx @@ -48,7 +48,8 @@ export function ContractReportResolution(props: { contract: Contract }) { openModalBtn={{ label: '', icon: , - className: clsx(flagClass, reporting && 'btn-disabled loading'), + disabled: reporting, + className: clsx(flagClass), }} onSubmitWithSuccess={onSubmit} disabled={userReported}