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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pechalka committed Dec 7, 2018
1 parent 0ab1641 commit 5d35db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/TxQueue/TxQueue.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ class TxQueue extends Component {
)
}
</td>
<tr>
<td>
{moment(item.date).format('D/MM YYYY h:mm:ss')}
</tr>
</td>
<td>
pending
</td>
Expand Down

0 comments on commit 5d35db1

Please sign in to comment.