From 3beb8a880ee04aa80006b2dab7be2ae36c473b78 Mon Sep 17 00:00:00 2001 From: thislight Date: Sat, 14 Sep 2024 12:28:22 +0800 Subject: [PATCH] RegularToot: fix time display problem --- src/timelines/RegularToot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timelines/RegularToot.tsx b/src/timelines/RegularToot.tsx index 1912f90..97178c3 100644 --- a/src/timelines/RegularToot.tsx +++ b/src/timelines/RegularToot.tsx @@ -187,7 +187,7 @@ function TootAuthorGroup(props: { status: mastodon.v1.Status; now: Date }) { }} /> @{toot().account.username}@{new URL(toot().account.url).hostname}