feat(WEB-162): final design for my profile page
This commit is contained in:
committed by
Christel Westerberg
parent
a7b04df7b6
commit
5f3e417593
@@ -56,11 +56,13 @@ export default function ClientPreviousStays({
|
||||
stay={stay}
|
||||
/>
|
||||
))}
|
||||
</Grids.Stackable>
|
||||
{hasNextPage ? (
|
||||
<ShowMoreButton disabled={isFetching} loadMoreData={loadMoreData} />
|
||||
) : null}
|
||||
</ListContainer>
|
||||
</Grids.Stackable >
|
||||
{
|
||||
hasNextPage ? (
|
||||
<ShowMoreButton disabled={isFetching} loadMoreData={loadMoreData} />
|
||||
) : null
|
||||
}
|
||||
</ListContainer >
|
||||
) : (
|
||||
<EmptyPreviousStaysBlock />
|
||||
)
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
align-items: center;
|
||||
display: flex;
|
||||
gap: var(--Spacing-x-half);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user