mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Spaces are going to be the death of me
This commit is contained in:
parent
cfa1e19f75
commit
6e1bc0d0a1
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