diff --git a/src/components/ADempiere/ContextMenu/index.vue b/src/components/ADempiere/ContextMenu/index.vue index ed5add9c..3f666e73 100644 --- a/src/components/ADempiere/ContextMenu/index.vue +++ b/src/components/ADempiere/ContextMenu/index.vue @@ -57,7 +57,7 @@ export default { return this.$store.state.app.device === 'mobile' }, templateDevice() { - var template = 'contextMenuDesktop' + let template = 'contextMenuDesktop' if (this.isMobile) { template = 'contextMenuMobile' } @@ -67,7 +67,7 @@ export default { } - -