Fix BookingWidgetSkeleton after merge
This commit is contained in:
@@ -188,10 +188,12 @@ export default function BookingWidgetClient({
|
||||
export function BookingWidgetSkeleton() {
|
||||
return (
|
||||
<>
|
||||
<section className={styles.containerDesktop}>
|
||||
<BookingWidgetFormSkeleton />
|
||||
<section className={styles.wrapper} style={{ top: 0 }}>
|
||||
<MobileToggleButtonSkeleton />
|
||||
<div className={styles.formContainer}>
|
||||
<BookingWidgetFormSkeleton />
|
||||
</div>
|
||||
</section>
|
||||
<MobileToggleButtonSkeleton />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user