Fixes bookingwidget skeleton and memoize fetching of creditcards

This commit is contained in:
Linus Flood
2024-12-17 14:31:52 +01:00
parent 0ea742db86
commit 431ab477eb
3 changed files with 66 additions and 64 deletions

View File

@@ -245,7 +245,7 @@ export function SearchSkeleton() {
</Caption>
</div>
<div className={styles.input}>
<SkeletonShimmer />
<SkeletonShimmer width={"100%"} />
</div>
</div>
)