From fc2e34e3d2079712c40e44fa024c109ae067709f Mon Sep 17 00:00:00 2001 From: KIRAN KASHALKAR Date: Tue, 20 Sep 2016 20:43:13 -0400 Subject: [PATCH 1/1] Bug 46 fixedgit status Signed-off-by: KIRAN KASHALKAR --- skyquake/plugins/config/src/dashboard/configStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyquake/plugins/config/src/dashboard/configStore.js b/skyquake/plugins/config/src/dashboard/configStore.js index 675f3d689..c5ba696cd 100644 --- a/skyquake/plugins/config/src/dashboard/configStore.js +++ b/skyquake/plugins/config/src/dashboard/configStore.js @@ -118,7 +118,7 @@ export default class AccountStore { } getResourceOrchestratorSuccess = (data) => { this.alt.actions.global.hideScreenLoader.defer(); - if(data && data.hasOwnProperty('empty')) { + if(!data) { this.setAccountTemplate(false) } else { this.setState({ -- 2.17.1