Skip to content

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 272c4e7 commit 8a9196a
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 8a9196a

Please sign in to comment.