Merged in chore/apply-lint-fix (pull request #3312)
chore: Apply lint:fix on booking-flow * run lint:fix Approved-by: Bianca Widstam
This commit is contained in:
@@ -14,10 +14,10 @@ export function SelectHotelSkeleton({ count = 4 }: Props) {
|
||||
<div className={styles.headerContent}>
|
||||
<div className={styles.title}>
|
||||
<div className={styles.cityInformation}>
|
||||
<SkeletonShimmer height={"25px"} width={"200px"} />
|
||||
<SkeletonShimmer height="25px" width="200px" />
|
||||
</div>
|
||||
<div className={styles.sorter}>
|
||||
<SkeletonShimmer height={"60px"} width={"100%"} />
|
||||
<SkeletonShimmer height="60px" width="100%" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -25,10 +25,10 @@ export function SelectHotelSkeleton({ count = 4 }: Props) {
|
||||
<main className={styles.main}>
|
||||
<div className={styles.sideBar}>
|
||||
<div className={styles.sideBarItem}>
|
||||
<SkeletonShimmer height={"280px"} width={"340px"} />
|
||||
<SkeletonShimmer height="280px" width="340px" />
|
||||
</div>
|
||||
<div className={styles.sideBarItem}>
|
||||
<SkeletonShimmer height={"400px"} width={"340px"} />
|
||||
<SkeletonShimmer height="400px" width="340px" />
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.hotelList}>
|
||||
|
||||
Reference in New Issue
Block a user