Skip to content

Commit 3272f2f

Browse files
authored
Merge pull request #290 from nitheesh-aot/develop
send for approval button fix
2 parents e6aa938 + e3f691c commit 3272f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compliance-web/src/components/App/Inspections/Profile/Reports/ReportTopSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default function ReportTopSection() {
104104
[
105105
IRProgressEnum.PRELIMINARY_DRAFTING,
106106
IRProgressEnum.FINALIZING_RECORD,
107-
].includes(inspectionReportsData?.ir_progress as IRProgressEnum) &&
107+
].includes(inspectionReportsData?.ir_progress as IRProgressEnum) ||
108108
isDisableApprovalButton
109109
);
110110
}, [inspectionReportsData, isDisableApprovalButton]);

0 commit comments

Comments
 (0)