Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit a8559b4

Browse files
committed
show timestamp in the results page
1 parent 1e7fc77 commit a8559b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Results/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class Results extends Component {
187187
dataIndex: 'run.end',
188188
key: 'run.end',
189189
render: val => (
190-
<Tooltip title={val}>
190+
<Tooltip content={val}>
191191
<span>{getDiffDate(val)}</span>
192192
</Tooltip>
193193
),

0 commit comments

Comments
 (0)