diff --git a/src/views/profile/ProfileInfo.vue b/src/views/profile/ProfileInfo.vue index 6376e34c8..867932689 100644 --- a/src/views/profile/ProfileInfo.vue +++ b/src/views/profile/ProfileInfo.vue @@ -240,7 +240,7 @@ export default { key: this.$t('users.Email') }, { - value: `${this.object.is_active}`, + value: this.object.is_active, key: this.$t('users.IsActive') }, {