Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Change app version to be a raw timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Poltergeist committed Jan 5, 2016
1 parent 533a380 commit 2bc5160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/TaskDetailComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var TaskDetailComponent = React.createClass({
<dt>Version</dt>
<dd>
<time dateTime={task.version}>
{new Date(task.version).toLocaleString()}
{task.version}
</time>
</dd>
<dt>Health</dt>
Expand Down

0 comments on commit 2bc5160

Please sign in to comment.