Skip to content

Commit

Permalink
fixup! Move capability composables to web-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Mar 18, 2022
1 parent 4727611 commit 21c63f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-runtime/src/pages/account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
computed: {
...mapGetters(['user', 'configuration', 'getNavItemsByExtension', 'apps']),
isAccountEditingEnabled() {
return !!this.apps.find((app) => app.id === 'settings')
return !!this.apps['settings']
},
pageTitle() {
return this.$gettext(this.$route.meta.title)
Expand Down

0 comments on commit 21c63f8

Please sign in to comment.