diff --git a/libs/portals/admin/signature-collection/src/screens-parliamentary/DownloadReports/index.tsx b/libs/portals/admin/signature-collection/src/screens-parliamentary/DownloadReports/index.tsx index 11af0a2934f3..807599dbfe1d 100644 --- a/libs/portals/admin/signature-collection/src/screens-parliamentary/DownloadReports/index.tsx +++ b/libs/portals/admin/signature-collection/src/screens-parliamentary/DownloadReports/index.tsx @@ -40,6 +40,7 @@ export const DownloadReports = ({ { ? formatMessage(m.listStatusReviewedStatusAlert) : formatMessage(m.listStatusActiveAlert) } - type={ - listStatus === ListStatus.Reviewed ? 'success' : undefined - } + type={listStatus === ListStatus.Reviewed ? 'success' : undefined} />