Skip to content

Commit

Permalink
Fixed: unused instanceUrl getter on settings page (dxp/177)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Oct 9, 2023
1 parent 863872a commit 5995149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export default defineComponent({
computed: {
...mapGetters({
userProfile: 'user/getUserProfile',
instanceUrl: 'user/getInstanceUrl',
currentEComStore: 'user/getCurrentEComStore',
})
},
Expand Down

0 comments on commit 5995149

Please sign in to comment.