From 506b607c5457ef441527fbcd469e701ddf6489be Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 22 Jul 2024 23:15:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Show=20try-appointment=20CTA=20o?= =?UTF-8?q?nly=20when=20not=20logged=20in=20(#568)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/bookingView/BookingViewError.vue | 3 +++ frontend/src/components/bookingView/BookingViewSuccess.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/frontend/src/components/bookingView/BookingViewError.vue b/frontend/src/components/bookingView/BookingViewError.vue index 13a78f840..d7984f681 100644 --- a/frontend/src/components/bookingView/BookingViewError.vue +++ b/frontend/src/components/bookingView/BookingViewError.vue @@ -7,6 +7,7 @@ {{ body ?? t('error.generalBookingError') }}