diff --git a/package.json b/package.json
index 30f122f08..7569217fb 100644
--- a/package.json
+++ b/package.json
@@ -34,4 +34,4 @@
"npm-run-all": "^4.1.5",
"slug": "^1.1.0"
}
-}
\ No newline at end of file
+}
diff --git a/webapp/components/Comment.spec.js b/webapp/components/Comment.spec.js
index 4fdc48bbd..b9be448e4 100644
--- a/webapp/components/Comment.spec.js
+++ b/webapp/components/Comment.spec.js
@@ -8,7 +8,7 @@ const localVue = createLocalVue()
localVue.use(Vuex)
localVue.use(Styleguide)
-config.stubs['no-ssr'] = ''
+config.stubs['client-only'] = ''
describe('Comment.vue', () => {
let propsData
diff --git a/webapp/components/Comment.vue b/webapp/components/Comment.vue
index 6d3b05eff..16d717430 100644
--- a/webapp/components/Comment.vue
+++ b/webapp/components/Comment.vue
@@ -15,7 +15,7 @@
-
+
-
+
diff --git a/webapp/components/CommentList/CommentList.spec.js b/webapp/components/CommentList/CommentList.spec.js
index e1090475a..5551227a1 100644
--- a/webapp/components/CommentList/CommentList.spec.js
+++ b/webapp/components/CommentList/CommentList.spec.js
@@ -14,7 +14,7 @@ localVue.filter('truncate', string => string)
config.stubs['v-popover'] = '
'
config.stubs['nuxt-link'] = '
'
-config.stubs['no-ssr'] = '
'
+config.stubs['client-only'] = '
'
describe('CommentList.vue', () => {
let mocks
diff --git a/webapp/components/ContributionForm/ContributionForm.spec.js b/webapp/components/ContributionForm/ContributionForm.spec.js
index e1f293c77..90ed226ee 100644
--- a/webapp/components/ContributionForm/ContributionForm.spec.js
+++ b/webapp/components/ContributionForm/ContributionForm.spec.js
@@ -16,7 +16,7 @@ localVue.use(Vuex)
localVue.use(Styleguide)
localVue.use(Filters)
-config.stubs['no-ssr'] = '
'
+config.stubs['client-only'] = '
'
config.stubs['nuxt-link'] = '
'
config.stubs['v-popover'] = '
'
diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue
index e3daf753d..b54cd4f37 100644
--- a/webapp/components/ContributionForm/ContributionForm.vue
+++ b/webapp/components/ContributionForm/ContributionForm.vue
@@ -14,7 +14,7 @@
{{ form.title.length }}/{{ formSchema.title.max }}
-
+
{{ form.contentLength }}/{{ contentMax }}
-
+
-
+
-
+
diff --git a/webapp/components/EditCommentForm/EditCommentForm.vue b/webapp/components/EditCommentForm/EditCommentForm.vue
index e647131b8..0a5cd7d98 100644
--- a/webapp/components/EditCommentForm/EditCommentForm.vue
+++ b/webapp/components/EditCommentForm/EditCommentForm.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/webapp/components/PostCard/index.spec.js b/webapp/components/PostCard/index.spec.js
index 390396383..36b8bccda 100644
--- a/webapp/components/PostCard/index.spec.js
+++ b/webapp/components/PostCard/index.spec.js
@@ -10,7 +10,7 @@ localVue.use(Vuex)
localVue.use(Styleguide)
localVue.use(Filters)
-config.stubs['no-ssr'] = ''
+config.stubs['client-only'] = ''
config.stubs['v-popover'] = ''
describe('PostCard', () => {
diff --git a/webapp/components/PostCard/index.vue b/webapp/components/PostCard/index.vue
index c0cc1a9a6..7c79fe9eb 100644
--- a/webapp/components/PostCard/index.vue
+++ b/webapp/components/PostCard/index.vue
@@ -13,9 +13,9 @@
-
+
-
+
@@ -42,7 +42,7 @@
:icon="category.icon"
/>
-