Merged in feat/SW-337-hotel-page-ui (pull request #828)

Feat(SW-337): HotelPage UI fixes

Approved-by: Christian Andolf
Approved-by: Erik Tiekstra
Approved-by: Fredrik Thorsson
This commit is contained in:
Matilda Landström
2024-11-05 09:52:39 +00:00
parent d8d77479b1
commit c7b61196cb
8 changed files with 30 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ export default function CardsGrid({
return (
<Card
theme={
cards_grid.theme ?? card.backgroundImage ? "image" : "one"
cards_grid.theme ?? (card.backgroundImage ? "image" : "one")
}
key={card.system.uid}
scriptedTopTitle={card.scripted_top_title}