mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
add nbsp
This commit is contained in:
parent
a4f9d78a7a
commit
cfa1e19f75
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ const BanPolicyBody = ({ event, sender }: EventContentProps) => {
|
|||
}
|
||||
}
|
||||
return <div className="policy-body">
|
||||
{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}
|
||||
</div>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue