Merged in feat/SW-1065-meetings-page (pull request #1287)

Feat(SW-1065): Meetings hotel subpage

Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-02-12 15:13:17 +00:00
parent cac090df34
commit c0e4553d9f
31 changed files with 669 additions and 15 deletions

View File

@@ -100,7 +100,7 @@ export default function TableBlock({ data }: TableBlockProps) {
<ShowMoreButton
loadMoreData={handleShowMore}
showLess={showLessVisible}
intent="table"
buttonIntent="table"
/>
) : null}
</div>