diff --git a/git_info.json b/git_info.json index d5e1c9e..084bfc6 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"dev","last_commit_date":"2022-01-24T12:20:04.000Z","last_commit_author":"rakesh","last_commit_hash":"e1f84cc625b52b02d5f72d000cb3486c6d7446aa"} \ No newline at end of file +{"branch_name":"beta","last_commit_date":"2022-01-24T12:46:48.000Z","last_commit_author":"anju j","last_commit_hash":"29509c005abdd92691f4543999a119df3fd403c0"} \ No newline at end of file diff --git a/src/components/retailer/layout/header/Header.vue b/src/components/retailer/layout/header/Header.vue index 0295ff0..3cea731 100644 --- a/src/components/retailer/layout/header/Header.vue +++ b/src/components/retailer/layout/header/Header.vue @@ -433,7 +433,11 @@ export default { } }, }, - created() {}, + async created() { + if (this.userAuth) { + await this.$store.dispatch("accountOne/basicInfo"); + } + }, }; </script> <style src="./Header.scss" lang="scss" />