feat: Update notification in account settings (#1660)

This commit is contained in:
Pranav Raj S
2021-01-17 23:59:09 +05:30
committed by GitHub
parent a0c33254e7
commit ba06fe1cb2
7 changed files with 32 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
const {
APP_VERSION: appVersion,
CREATE_NEW_ACCOUNT_FROM_DASHBOARD: createNewAccountFromDashboard,
BRAND_NAME: brandName,
CREATE_NEW_ACCOUNT_FROM_DASHBOARD: createNewAccountFromDashboard,
DISPLAY_MANIFEST: displayManifest,
INSTALLATION_NAME: installationName,
LOGO_THUMBNAIL: logoThumbnail,
LOGO: logo,
@@ -12,8 +13,9 @@ const {
const state = {
appVersion,
createNewAccountFromDashboard,
brandName,
createNewAccountFromDashboard,
displayManifest,
installationName,
logo,
logoThumbnail,