diff --git a/packages/frontend/src/pages/chat/home.vue b/packages/frontend/src/pages/chat/home.vue index 6e34c15905..ab7b549956 100644 --- a/packages/frontend/src/pages/chat/home.vue +++ b/packages/frontend/src/pages/chat/home.vue @@ -71,7 +71,7 @@ function start(ev: MouseEvent) { caption: i18n.ts.individualChat_description, icon: 'ti ti-user', action: () => { startUser(); }, - }, { + }, { type: 'divider' }, { text: i18n.ts.roomChat, caption: i18n.ts.roomChat_description, icon: 'ti ti-users',