diff --git a/jero-web/src/App.vue b/jero-web/src/App.vue index 77bfb0a0..3814122e 100644 --- a/jero-web/src/App.vue +++ b/jero-web/src/App.vue @@ -22,9 +22,7 @@ export default { if (deviceType === 0) { that.$store.commit('TOGGLE_DEVICE', 'mobile') that.$store.dispatch('setSidebar', false) - } - // mobile - else if (deviceType === 1) { + } else if (deviceType === 1) { // mobile that.$store.commit('TOGGLE_DEVICE', 'mobile') that.$store.dispatch('setSidebar', false) } else {