Merged in feat/SW-3443-destinations-list (pull request #2781)
feat(destinations list): SW-3443 remove hard coded response and fetch from API instead * feat(destinations list): SW-3443 remove hard coded response and fetch from API instead Approved-by: Erik Tiekstra Approved-by: Matilda Landström
This commit is contained in:
@@ -44,7 +44,9 @@ export default async function DestinationOverviewPage() {
|
||||
</div>
|
||||
</main>
|
||||
<aside className={styles.hotelsAccordions}>
|
||||
<HotelsSection />
|
||||
<Suspense fallback={<SkeletonShimmer width="100%" height="458px" />}>
|
||||
<HotelsSection />
|
||||
</Suspense>
|
||||
</aside>
|
||||
<TrackingSDK pageData={tracking} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user