diff --git a/frontend/src/components/Activities.vue b/frontend/src/components/Activities.vue
index 236e81ad..66b09873 100644
--- a/frontend/src/components/Activities.vue
+++ b/frontend/src/components/Activities.vue
@@ -16,7 +16,7 @@
class="flex items-center justify-center rounded-full outline outline-4 outline-white w-6 h-6 bg-gray-200 z-10"
>
@@ -25,63 +25,31 @@
-
+
-
-
{{ getUser(activity.owner).full_name }}
-
+ {{ activity.owner_name }}
+ {{ activity.type }}
+
- {{ activity.data }}
-
-
+ {{ activity.value }}
+
- added
-
- {{ activity.data.field }}
-
- value as
-
- {{ activity.data.value }}
-
-
-
+ to
+
- removed
-
- {{ activity.data.field }}
-
- value
-
- {{ activity.data.value }}
-
-
-
- changed
-
- {{ activity.data.field }}
-
- value from
-
- {{ activity.data.old_value }}
-
- to
-
- {{ activity.data.value }}
-
-
+ {{ activity.data.value }}
+
@@ -99,9 +67,11 @@