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 = () => {
<StatsItem
icon={ clockIcon }
title="Average block time"
value={ `${ (data.average_block_time / 1000).toFixed(1) } s` }
value={ `${ (data.average_block_time / 1000).toFixed(1) }s` }
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