From 5b935a11e6676b20560c5037c72b41371f9f5e53 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Thu, 16 Feb 2023 13:00:26 +0000 Subject: [PATCH] update status click handler not to include account --- frontend/src/components/Status/index.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Status/index.tsx b/frontend/src/components/Status/index.tsx index 1f15919..1de3cf6 100644 --- a/frontend/src/components/Status/index.tsx +++ b/frontend/src/components/Status/index.tsx @@ -27,18 +27,20 @@ export default component$((props: Props) => { return (
-
-
- - -
- - {formatTimeAgo(new Date(status.created_at))} -
- -
-
+
+ + +
+ + {formatTimeAgo(new Date(status.created_at))} +
+
+