From eb17f390ac536cedd16c0bfdc26bde4b917f902f Mon Sep 17 00:00:00 2001 From: Prerna Mehra Date: Thu, 29 Apr 2021 00:22:35 +0530 Subject: [PATCH] hiding setup locales msg (#1691) --- 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 :