diff --git a/src/app/(main)/report/page.tsx b/src/app/(main)/report/page.tsx index 992df05..6b1d0ed 100644 --- a/src/app/(main)/report/page.tsx +++ b/src/app/(main)/report/page.tsx @@ -504,7 +504,7 @@ export default function ReportPage() { setLoading={setLoading} reportTitle={currentReport.title} /> - ) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' ? ( + ) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' || currentReport.id === 'rep-012' ? ( <>