fix(appointments): Fix disabling appointments feature

Was removed as part of a87dfb4bc0

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-01-23 10:49:24 +01:00
parent 4f82b8143d
commit f00ce710d0
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<EditCalendarModal />
<!-- Appointment Configuration List -->
<template v-if="isAuthenticatedUser">
<template v-if="!disableAppointments && isAuthenticatedUser">
<AppNavigationSpacer />
<AppointmentConfigList />
</template>