feat(SW-495): add return statement

This commit is contained in:
Fredrik Thorsson
2025-01-09 16:37:56 +01:00
parent d4d9e540f1
commit bf3328396f

View File

@@ -170,6 +170,7 @@ export function getWellnessHeading(
} else if (hasGym && hasPool) {
return WellnessHeadings.GymPool
}
return undefined
}
export function filterFacilityCards(cards: FacilityGrid) {