diff --git a/webapp/components/RelativeDateTime/index.vue b/webapp/components/RelativeDateTime/index.vue
index ea1d118fb..2c7d82dfe 100644
--- a/webapp/components/RelativeDateTime/index.vue
+++ b/webapp/components/RelativeDateTime/index.vue
@@ -44,10 +44,6 @@ export default {
// Calculate Relative Date
this.relativeDateTime = this.$filters.relativeDateTime(this.dateTime)
- if (!process.browser) {
- return
- }
-
// TODO It is unclear what exactly this does and how to archive it
/*if (
this.relativeDateTime ===
diff --git a/webapp/components/User.vue b/webapp/components/User.vue
index 42b217d11..6b0731981 100644
--- a/webapp/components/User.vue
+++ b/webapp/components/User.vue
@@ -60,7 +60,9 @@
color="soft"
>
-
+
+
+