Skip to content

Commit

Permalink
Adding date.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansoor-sajjad committed Oct 22, 2023
1 parent db26fbb commit cb5636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/providers/components/GraphStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const GraphStatusDetails = ({ title, status, started }) => (
</span>
</span>
<span
title={moment(creationDate).format('DD-MM-YYYY hh:mm:ss')}
title={moment(started).format('DD-MM-YYYY hh:mm:ss')}
style={{ fontSize: '0.8em', paddingLeft: 5, whiteSpace: 'nowrap' }}
>
{moment(started).fromNow()}
Expand Down

0 comments on commit cb5636f

Please sign in to comment.