Commit cfa7e7b6 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Update LatestBlocks.tsx

parent f211fb87
...@@ -91,7 +91,6 @@ const LatestBlocks = () => { ...@@ -91,7 +91,6 @@ const LatestBlocks = () => {
<Text as="span" fontSize="sm"> <Text as="span" fontSize="sm">
Network utilization:{ nbsp } Network utilization:{ nbsp }
</Text> </Text>
{ /* Not implemented in API yet */ }
<Text as="span" fontSize="sm" color="blue.400" fontWeight={ 700 }> <Text as="span" fontSize="sm" color="blue.400" fontWeight={ 700 }>
{ statsQueryResult.data?.network_utilization_percentage.toFixed(2) }% { statsQueryResult.data?.network_utilization_percentage.toFixed(2) }%
</Text> </Text>
......
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