mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 15:16:07 -06:00
Add space on eventActor render
This commit is contained in:
@@ -16,7 +16,7 @@ const Events: FunctionComponent<EventsProps> = ({data}) => {
|
||||
<span
|
||||
title={eventDate.toString()}>{eventDate.toString()}
|
||||
</span>
|
||||
{eventActor != null ? `(by ${eventActor})` : null}
|
||||
{eventActor != null ? ` (by ${eventActor})` : null}
|
||||
</dd>
|
||||
</Fragment>
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user