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
|
<span
|
||||||
title={eventDate.toString()}>{eventDate.toString()}
|
title={eventDate.toString()}>{eventDate.toString()}
|
||||||
</span>
|
</span>
|
||||||
{eventActor != null ? `(by ${eventActor})` : null}
|
{eventActor != null ? ` (by ${eventActor})` : null}
|
||||||
</dd>
|
</dd>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user