diff --git a/frontend/src/pages/Settings.vue b/frontend/src/pages/Settings.vue index 465ff1270..08fd140f4 100644 --- a/frontend/src/pages/Settings.vue +++ b/frontend/src/pages/Settings.vue @@ -239,11 +239,11 @@ const isHumhubActivated = computed(() => { }) const isGMS = computed(() => { - return CONFIG.GMS_ACTIVE === 'true' + return CONFIG.GMS_ACTIVE === true }) const isHumhub = computed(() => { - return CONFIG.HUMHUB_ACTIVE === 'true' + return CONFIG.HUMHUB_ACTIVE === true }) const isCommunityService = computed(() => {