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:
@@ -6,9 +6,9 @@ export default function RoomSkeletonLoader() {
|
||||
return (
|
||||
<div className={styles.room}>
|
||||
<SkeletonShimmer />
|
||||
<SkeletonShimmer width={"15%"} />
|
||||
<SkeletonShimmer width={"30%"} />
|
||||
<SkeletonShimmer width={"40%"} />
|
||||
<SkeletonShimmer width="15%" />
|
||||
<SkeletonShimmer width="30%" />
|
||||
<SkeletonShimmer width="40%" />
|
||||
<SkeletonShimmer />
|
||||
<SkeletonShimmer />
|
||||
<SkeletonShimmer />
|
||||
|
||||
@@ -62,7 +62,7 @@ export default function TotalPrice() {
|
||||
</span>
|
||||
</Typography>
|
||||
) : (
|
||||
<SkeletonShimmer width={"25%"} />
|
||||
<SkeletonShimmer width="25%" />
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
@@ -71,7 +71,7 @@ export default function TotalPrice() {
|
||||
{hasAllRoomsLoaded ? (
|
||||
<PriceDetails />
|
||||
) : (
|
||||
<SkeletonShimmer width={"100%"} />
|
||||
<SkeletonShimmer width="100%" />
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user