From cff3932cf46c72c3b7073d5e04543c9c622ebace Mon Sep 17 00:00:00 2001 From: sadakchap Date: Wed, 28 Apr 2021 19:05:20 +0530 Subject: [PATCH] hiding setup locales msg --- src/dashboard/Push/PushNew.react.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dashboard/Push/PushNew.react.js b/src/dashboard/Push/PushNew.react.js index f61d6fae4..e75704644 100644 --- a/src/dashboard/Push/PushNew.react.js +++ b/src/dashboard/Push/PushNew.react.js @@ -596,7 +596,7 @@ class PushNew extends DashboardView { key={i} />); })} - { !this.state.loadingLocale && this.state.availableLocales.length === 0 ? + { !this.state.loadingLocale && this.state.locales.length === 0 ? Please follow this guide to setup the push locales feature : + !this.state.loadingLocale && this.state.availableLocales.length === 0 ? null :