Skip to content

Commit

Permalink
fix(case-details-card): datetime ruling uses momentjs
Browse files Browse the repository at this point in the history
  • Loading branch information
satello committed May 28, 2019
1 parent dafc1b6 commit 9bcb6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/case-details-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ const CaseDetailsCard = ({ ID }) => {
: []
break
case 'datetime':
choice = complexRuling.getTime() / 1000
choice = complexRuling.unix()
break
case 'uint':
choice = complexRuling
Expand Down

0 comments on commit 9bcb6d5

Please sign in to comment.