fix(SW-3131): Added correct className when sidepeek includes button for Wellness page
Approved-by: Matilda Landström
This commit is contained in:
@@ -28,7 +28,7 @@ export default async function WellnessAndExerciseSidePeek({
|
|||||||
<div
|
<div
|
||||||
className={cx(styles.wrapper, {
|
className={cx(styles.wrapper, {
|
||||||
[styles.hasSpaPage]: spaPage,
|
[styles.hasSpaPage]: spaPage,
|
||||||
[styles.hasWellnessExercisePage]: wellnessExercisePageUrl,
|
[styles.hasWellnessPage]: wellnessExercisePageUrl,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{healthFacilities.map((facility) => (
|
{healthFacilities.map((facility) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user