From f619bc5e8eb5d826f44a3552c155bec62387bf55 Mon Sep 17 00:00:00 2001 From: j8seangel Date: Thu, 29 Aug 2024 10:35:58 +0200 Subject: [PATCH] fix typo --- .../vessel-group-report/vessel.config.selectors.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/fishing-map/features/vessel-group-report/vessel.config.selectors.ts b/apps/fishing-map/features/vessel-group-report/vessel.config.selectors.ts index 3ff981c51f..4a6ae30695 100644 --- a/apps/fishing-map/features/vessel-group-report/vessel.config.selectors.ts +++ b/apps/fishing-map/features/vessel-group-report/vessel.config.selectors.ts @@ -5,7 +5,7 @@ import { DEFAULT_VESSEL_GROUP_REPORT_STATE } from 'features/vessel/vessel.config type VesselGroupReportProperty

= Required[P] -export function selectVesselProfileStateProperty

( +function selectVesselGroupReportStateProperty

( property: P ) { return createSelector( @@ -17,16 +17,16 @@ export function selectVesselProfileStateProperty