We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2833a3a commit c326fe6Copy full SHA for c326fe6
public/js/SymbolLogsIcon.js
@@ -230,7 +230,7 @@ class SymbolLogsIcon extends React.Component {
230
<td
231
className='text-center align-middle'
232
title={moment(row.loggedAt).format()}>
233
- {moment(row.loggedAt).format('hh:mm:ss A')}
+ {moment(row.loggedAt).format('HH:mm:ss')}
234
</td>
235
<td>{row.msg}</td>
236
<td className='text-center'>
0 commit comments