From c4c5563f9a9c1aa1217701ebb7df4cf203512d5d Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 14 Oct 2024 23:04:04 +0300 Subject: [PATCH] web/timeline: make reply placeholder 2 lines long --- web/src/ui/timeline/ReplyBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/ui/timeline/ReplyBody.tsx b/web/src/ui/timeline/ReplyBody.tsx index 636c389..5423ce2 100644 --- a/web/src/ui/timeline/ReplyBody.tsx +++ b/web/src/ui/timeline/ReplyBody.tsx @@ -39,7 +39,7 @@ export const ReplyIDBody = ({ room, eventID }: ReplyIDBodyProps) => { // This caches whether the event is requested or not, so it doesn't need to be wrapped in an effect. use(ClientContext)!.requestEvent(room, eventID) return
- Reply to {eventID} + Reply to unknown event
{eventID}
} return