From a1135c5542362ae74c92a445fd64cb20297390ca Mon Sep 17 00:00:00 2001 From: Loup Theron Date: Fri, 13 Sep 2024 12:14:12 +0200 Subject: [PATCH] Apply linter --- .../Reporting/components/VesselReportings/ReportingCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/Reporting/components/VesselReportings/ReportingCard.tsx b/frontend/src/features/Reporting/components/VesselReportings/ReportingCard.tsx index b0f9c489b2..7862beba38 100644 --- a/frontend/src/features/Reporting/components/VesselReportings/ReportingCard.tsx +++ b/frontend/src/features/Reporting/components/VesselReportings/ReportingCard.tsx @@ -154,7 +154,7 @@ const Wrapper = styled.div<{ isInfractionSuspicion?: boolean }>` background: ${p => (p.isInfractionSuspicion ? p.theme.color.maximumRed15 : p.theme.color.gainsboro)} 0% 0% no-repeat - padding-box; + padding-box; display: flex; margin-bottom: 16px; `