Skip to content

Commit

Permalink
Show time on revision details
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyDo committed Jul 30, 2019
1 parent 26be6fe commit 14c0925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/pages/revision.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class RevisionPage extends React.Component {
revisionNotes = <p> No revision notes present </p>;
}

const dateRevisionCreated = formatDate(new Date(revision.createdAt));
const dateRevisionCreated = formatDate(new Date(revision.createdAt), true);

return (
<Row>
Expand Down

0 comments on commit 14c0925

Please sign in to comment.