From bf3328396f8dba0fe502c4da32a7b0a1c0d0cfb8 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 9 Jan 2025 16:37:56 +0100 Subject: [PATCH] feat(SW-495): add return statement --- utils/facilityCards.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/facilityCards.ts b/utils/facilityCards.ts index 7773540d0..8dd934c23 100644 --- a/utils/facilityCards.ts +++ b/utils/facilityCards.ts @@ -170,6 +170,7 @@ export function getWellnessHeading( } else if (hasGym && hasPool) { return WellnessHeadings.GymPool } + return undefined } export function filterFacilityCards(cards: FacilityGrid) {