Commit c1bc2681 by jhrabal

radegast

parent 5c5b2d8b
......@@ -56,7 +56,7 @@ class DashboardList extends Component {
amountClassName += "minus-amount";
}
let date = moment(row.created).format('DD.MM.YYYY hh:mm:ss');
let date = moment(row.created).format('DD.MM.YYYY HH:mm:ss');
return (
<div key={ key } className="flex-list-row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment