feat(SW-495): add return statement
This commit is contained in:
@@ -170,6 +170,7 @@ export function getWellnessHeading(
|
|||||||
} else if (hasGym && hasPool) {
|
} else if (hasGym && hasPool) {
|
||||||
return WellnessHeadings.GymPool
|
return WellnessHeadings.GymPool
|
||||||
}
|
}
|
||||||
|
return undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
export function filterFacilityCards(cards: FacilityGrid) {
|
export function filterFacilityCards(cards: FacilityGrid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user