Spaces are going to be the death of me

This commit is contained in:
nexy7574 2025-01-06 01:15:03 +00:00
parent cfa1e19f75
commit 6e1bc0d0a1

View file

@ -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}&nbsp; {sender?.content.displayname ?? event.sender} {action} a policy
banning {entity} for: {content.reason} rule {action === "removed" ? "un" : null} banning {entity} for: {content.reason}
</div> </div>
} }