feat: add ui to empty state overview component

This commit is contained in:
Fredrik Thorsson
2024-06-27 11:32:22 +02:00
parent c435873937
commit 306f6cd9ab
4 changed files with 32 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ export default async function SoonestStays({
))}
</Grids.Stackable>
) : (
<EmptyUpcomingStaysBlock />
<EmptyUpcomingStaysBlock lang={lang} />
)}
</SectionContainer>
)