From 284ce9ce7d9f81e54e91f917329d48926487fbf4 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 12 Nov 2025 07:11:07 +0700 Subject: fixes to engagement handling --- gui/src/components/post/Quote.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gui/src/components/post/Quote.tsx') diff --git a/gui/src/components/post/Quote.tsx b/gui/src/components/post/Quote.tsx index 28149f0..98720ea 100644 --- a/gui/src/components/post/Quote.tsx +++ b/gui/src/components/post/Quote.tsx @@ -49,12 +49,11 @@ function Quote({ return (
- (
{data.author}
- ){date_diff(data.time, "short")} + {date_diff(data.time, "short")}
-- cgit v1.2.3