- {sortedAmenities.map((facility) => {
+ {sortedAmenities?.map((facility) => {
const IconComponent = mapFacilityToIcon(facility.name)
return (
@@ -77,7 +92,9 @@ export default async function HotelCard({ hotel }: HotelCardProps) {
{intl.formatMessage({ id: "Public price from" })}
-
2820 SEK / night
+
+ {price?.regularAmount} SEK / night
+
approx 280 eur
@@ -85,7 +102,9 @@ export default async function HotelCard({ hotel }: HotelCardProps) {
{intl.formatMessage({ id: "Member price from" })}
-
2820 SEK / night
+
+ {price?.memberAmount} SEK / night
+
approx 280 eur