From cfa1e19f75c45d88319e1595c60d1672ef416070 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 6 Jan 2025 01:12:47 +0000 Subject: [PATCH] add nbsp --- web/src/ui/timeline/content/PolicyRuleBody.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/ui/timeline/content/PolicyRuleBody.tsx b/web/src/ui/timeline/content/PolicyRuleBody.tsx index 1ada141..989ec01 100644 --- a/web/src/ui/timeline/content/PolicyRuleBody.tsx +++ b/web/src/ui/timeline/content/PolicyRuleBody.tsx @@ -50,8 +50,8 @@ const BanPolicyBody = ({ event, sender }: EventContentProps) => { } } return
- {sender?.content.displayname ?? event.sender} {action} a policy rule {action === "removed" ? "un" : null}banning - {entity} for: {content.reason} + {sender?.content.displayname ?? event.sender} {action} a policy rule {action === "removed" ? "un" : null}  + banning {entity} for: {content.reason}
}