mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-10-30 21:48:28 +00:00
Remove not needed {" "} from EventReports (#235)
This commit is contained in:
parent
b02396c61f
commit
d97c633cd0
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ export const ReportShow = props => {
|
||||||
icon={<PageviewIcon />}
|
icon={<PageviewIcon />}
|
||||||
path="detail"
|
path="detail"
|
||||||
>
|
>
|
||||||
{" "}
|
|
||||||
<DateField
|
<DateField
|
||||||
source="event_json.origin_server_ts"
|
source="event_json.origin_server_ts"
|
||||||
showTime
|
showTime
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue