Commit e0954498 authored by tom's avatar tom

add skeleton

parent fc883af1
......@@ -25,8 +25,6 @@ export type Transaction = (
timestamp: string | null;
confirmation_duration: Array<number>;
from: AddressParam;
// to: AddressParam | null;
// created_contract: AddressParam;
value: string;
fee: Fee;
gas_price: number;
......
......@@ -83,6 +83,9 @@ const LatestBlocks = () => {
content = (
<>
{ statsQueryResult.isLoading && (
<Skeleton h="24px" w="170px" mb={{ base: 6, lg: 9 }}/>
) }
{ statsQueryResult.data?.network_utilization_percentage && (
<Box mb={{ base: 6, lg: 9 }}>
<Text as="span" fontSize="sm">
......
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