diff --git a/src/components/DrawerInfo.vue b/src/components/DrawerInfo.vue
index d50e857f..b43d4704 100644
--- a/src/components/DrawerInfo.vue
+++ b/src/components/DrawerInfo.vue
@@ -96,23 +96,25 @@ function reset() {
{{ category }}
-
- {{ title }}
-
+
+
+ {{ title }}
+
-
- {{
- statusBranch === 'INACTIVE'
- ? $t('status.INACTIVE')
- : $t('status.ACTIVE')
- }}
-
+
+ {{
+ statusBranch === 'INACTIVE'
+ ? $t('status.INACTIVE')
+ : $t('status.ACTIVE')
+ }}
+
+