+
+
+
+
{{
isOnline
? $t('TEAM_AVAILABILITY.ONLINE')
: $t('TEAM_AVAILABILITY.OFFLINE')
}}
-
diff --git a/app/javascript/widget/views/Home.vue b/app/javascript/widget/views/Home.vue
index c2a3990a2..29b13ca2f 100755
--- a/app/javascript/widget/views/Home.vue
+++ b/app/javascript/widget/views/Home.vue
@@ -34,13 +34,6 @@ export default {
portal() {
return window.chatwootWebChannel.portal;
},
- showArticles() {
- return (
- this.portal &&
- !this.articleUiFlags.isFetching &&
- this.popularArticles.length
- );
- },
defaultLocale() {
const widgetLocale = this.widgetLocale;
const { allowed_locales: allowedLocales, default_locale: defaultLocale } =
@@ -94,36 +87,29 @@ export default {
-