diff --git a/src/modules/00_support/components/FormChat.vue b/src/modules/00_support/components/FormChat.vue index e51e90787..9907fa08e 100644 --- a/src/modules/00_support/components/FormChat.vue +++ b/src/modules/00_support/components/FormChat.vue @@ -119,8 +119,6 @@ const onLoad = (async (_: any, done: any) => { {{ validateCategory(store.currentCategory) }} - - {{ store.currentTitle }} @@ -188,13 +186,15 @@ const onLoad = (async (_: any, done: any) => {
{{ item.createdByUserName }} -

+

{{ validateCategory(item.category?.name) }} - {{ item.title }} -

+
+ + {{ item.title }} {