Commit cdb00cb2 authored by tom's avatar tom

fix error state on blocks page

parent 649d644d
...@@ -104,7 +104,7 @@ const BlocksContent = ({ type }: Props) => { ...@@ -104,7 +104,7 @@ const BlocksContent = ({ type }: Props) => {
return ( return (
<> <>
{ data ? { !isLoading ?
totalText : totalText :
<Skeleton h="24px" w="200px" mb={{ base: 0, lg: 6 }}/> <Skeleton h="24px" w="200px" mb={{ base: 0, lg: 6 }}/>
} }
......
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