Merge pull request #3894 from ethcore/jg-fix-status-blocktime
Blocktime format rounding
This commit is contained in:
commit
8f5804eab8
@ -52,7 +52,7 @@ export default class Status extends Component {
|
||||
#{ nodeStatus.blockNumber.toFormat() }
|
||||
</div>
|
||||
<div className={ styles.blockByline }>
|
||||
{ moment().calendar(nodeStatus.blockTimestamp) }
|
||||
{ moment(nodeStatus.blockTimestamp).calendar() }
|
||||
</div>
|
||||
</div>
|
||||
<div className={ `${styles.col12} ${styles.padBottom}` }>
|
||||
|
Loading…
Reference in New Issue
Block a user