@@ -93,7 +93,7 @@ export default {
if (act.activityType === 'topicPageChange') {
return 'Made changes in topic'
}
-
+
if (act.activityType === 'topicPagePublish') {
return 'Published topic'
}
diff --git a/src/views/profile/ProfileView.vue b/src/views/profile/ProfileView.vue
index ce4f6b7c..8e9eb409 100644
--- a/src/views/profile/ProfileView.vue
+++ b/src/views/profile/ProfileView.vue
@@ -6,31 +6,25 @@
Error: {{ error }}
-