diff --git a/apps/scandic-web/components/HotelReservation/EnterDetails/Confirm/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Confirm/index.tsx
index 36e7657db..7fd850256 100644
--- a/apps/scandic-web/components/HotelReservation/EnterDetails/Confirm/index.tsx
+++ b/apps/scandic-web/components/HotelReservation/EnterDetails/Confirm/index.tsx
@@ -106,11 +106,11 @@ export default function ConfirmBooking({
) : null}
{guarantee && (
<>
- {savedCreditCards?.length && (
+ {savedCreditCards?.length ? (
{intl.formatMessage({ id: "OTHER" })}
- )}
+ ) : null}