Merged in fix/SW-2535-remove-breadcrumbs-select-hotel (pull request #1968)
fix(SW-2535): remove breadcrumbs on select hotel page * fix(SW-2535): remove breadcrumbs on select hotel page Approved-by: Niclas Edenvin
This commit is contained in:
@@ -13,10 +13,6 @@ export function SelectHotelSkeleton({ count = 4 }: Props) {
|
||||
<div className={styles.skeletonContainer}>
|
||||
<header className={styles.header}>
|
||||
<div className={styles.headerContent}>
|
||||
<div className={styles.breadcrumbs}>
|
||||
<SkeletonShimmer height={"25px"} width={"300px"} />
|
||||
</div>
|
||||
|
||||
<div className={styles.title}>
|
||||
<div className={styles.cityInformation}>
|
||||
<SkeletonShimmer height={"25px"} width={"200px"} />
|
||||
|
||||
Reference in New Issue
Block a user