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