Commit 47425b88 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1403 from blockscout/fe-1399

seconds in stats
parents 19ea1083 31b616cb
...@@ -77,7 +77,7 @@ const Stats = () => { ...@@ -77,7 +77,7 @@ const Stats = () => {
<StatsItem <StatsItem
icon={ clockIcon } icon={ clockIcon }
title="Average block time" title="Average block time"
value={ `${ (data.average_block_time / 1000).toFixed(1) } s` } value={ `${ (data.average_block_time / 1000).toFixed(1) }s` }
isLoading={ isPlaceholderData } isLoading={ isPlaceholderData }
/> />
) } ) }
......
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