diff --git a/components/common/comment/main.vue b/components/common/comment/main.vue
index 4d58be1..1a48e9d 100644
--- a/components/common/comment/main.vue
+++ b/components/common/comment/main.vue
@@ -183,7 +183,6 @@ export default {
// isPostingComment: state => state.comment.posting,
constants: state => state.global.constants,
language: state => state.global.language,
- isMobile: state => state.global.isMobile,
user: state => state.auth.user,
loggedIn: state => state.auth.loggedIn,
avatar: state => state.auth.user?.avatarUrl
diff --git a/layouts/default.vue b/layouts/default.vue
index 1889c94..21e1a10 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -1,8 +1,8 @@
-
-
-
-
+