diff --git a/app/javascript/widget/components/ChatInputWrap.vue b/app/javascript/widget/components/ChatInputWrap.vue
index 0ff4f09e5..32b2bb72a 100755
--- a/app/javascript/widget/components/ChatInputWrap.vue
+++ b/app/javascript/widget/components/ChatInputWrap.vue
@@ -1,5 +1,4 @@
-
+
diff --git a/app/javascript/widget/views/Home.vue b/app/javascript/widget/views/Home.vue
index c10521a18..c2a3990a2 100755
--- a/app/javascript/widget/views/Home.vue
+++ b/app/javascript/widget/views/Home.vue
@@ -79,7 +79,7 @@ export default {
}
this.$router.push({
name: 'article-viewer',
- params: { link: linkToOpen },
+ query: { link: linkToOpen },
});
},
viewAllArticles() {