diff --git a/frontend/src/views/Communications/CommunicationsChat.vue b/frontend/src/views/Communications/CommunicationsChat.vue
index 98d03a0..8b06560 100644
--- a/frontend/src/views/Communications/CommunicationsChat.vue
+++ b/frontend/src/views/Communications/CommunicationsChat.vue
@@ -301,6 +301,52 @@
style="display: block; width: 100px; margin: 0 auto"
>
+
+
+
+
+
+
+ {{
+ association.user.username[0].toUpperCase()
+ }}
+
+
+
+
+ {{ association.user.username }} has read up to this point.
+
+
+
+
+
-
-
-
-
-
-
- {{
- association.user.username[0].toUpperCase()
- }}
-
-
-
-
- {{ association.user.username }} has read up to this point.
-
-
-
-
-
-
-
-
-
-
- {{
- $store.state.user.username[0].toUpperCase()
- }}
-
-
-
-
- {{ $store.state.user.username }} has read up to this point.
-
-