fix(SW-3131): Added correct className when sidepeek includes button for Wellness page

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-07-04 13:02:41 +00:00
parent c7cb222088
commit 8f8240625a

View File

@@ -28,7 +28,7 @@ export default async function WellnessAndExerciseSidePeek({
<div
className={cx(styles.wrapper, {
[styles.hasSpaPage]: spaPage,
[styles.hasWellnessExercisePage]: wellnessExercisePageUrl,
[styles.hasWellnessPage]: wellnessExercisePageUrl,
})}
>
{healthFacilities.map((facility) => (