Skip to content

Commit

Permalink
Fix datetime for react
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Feb 8, 2016
1 parent 7b7e1ac commit 392fe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/experiments/answers/AnswerList.js
Expand Up @@ -92,7 +92,7 @@ class AnswerList extends DataComponent {
return (
<div className="answer">
<div className="answer-meta">
<time datetime={moment(item.time).toISOString()}>
<time dateTime={moment(item.time).toISOString()}>
{answerTime}
</time>

Expand Down

0 comments on commit 392fe65

Please sign in to comment.