chore(html-reporter): missing space between git date and time (#13656)
This commit is contained in:
parent
bd79accb6f
commit
7151284147
|
|
@ -59,6 +59,7 @@ export const MetadataView: React.FC<Metadata> = metadata => {
|
|||
content={
|
||||
<>
|
||||
{Intl.DateTimeFormat(undefined, { dateStyle: 'full' }).format(metadata['revision.timestamp'])}
|
||||
{' '}
|
||||
{Intl.DateTimeFormat(undefined, { timeStyle: 'long' }).format(metadata['revision.timestamp'])}
|
||||
</>
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue