Skip to content

Commit

Permalink
add missing getters
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi-of-the-sea committed Mar 3, 2025
1 parent ac09d31 commit 9f8f11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clients/dish/src/plugins/Gfi/ContentExtern.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default Vue.extend({
}),
computed: {
...mapGetters('plugin/gfi', ['currentProperties', 'imageLoaded']),
...mapGetters(['clientWidth', 'hasSmallWidth', 'hasWindowSize']),
displayImage(): boolean {
return this.currentProperties.Foto !== 'Kein Foto gefunden'
},
Expand Down

0 comments on commit 9f8f11c

Please sign in to comment.