diff --git a/src/app/components/stream/status/status.component.html b/src/app/components/stream/status/status.component.html index e48343fe..822c2377 100644 --- a/src/app/components/stream/status/status.component.html +++ b/src/app/components/stream/status/status.component.html @@ -1,5 +1,5 @@
- boosted
@@ -45,11 +45,11 @@
- {{ status.created_at | timeAgo | async }} + {{ displayedStatus.created_at | timeAgo | async }}
-
+
bot