diff --git a/apps/scandic-web/components/ParkingInformation/ParkingPrices/index.tsx b/apps/scandic-web/components/ParkingInformation/ParkingPrices/index.tsx
index 30cebc3c6..1124e2dde 100644
--- a/apps/scandic-web/components/ParkingInformation/ParkingPrices/index.tsx
+++ b/apps/scandic-web/components/ParkingInformation/ParkingPrices/index.tsx
@@ -22,41 +22,60 @@ export default function ParkingPrices({
}: ParkingPricesProps) {
const intl = useIntl()
- return freeParking ? (
-
- {intl.formatMessage({ defaultMessage: "Free parking" })}
-
+ {intl.formatMessage({ defaultMessage: "Free parking" })} +
+