mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33: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">
|
return <div className="policy-body">
|
||||||
{sender?.content.displayname ?? event.sender} {action} a policy rule {action === "removed" ? "un" : null}banning
|
{sender?.content.displayname ?? event.sender} {action} a policy rule {action === "removed" ? "un" : null}
|
||||||
{entity} for: {content.reason}
|
banning {entity} for: {content.reason}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue