diff --git a/packages/ui/components/ui/block-sync-status/index.tsx b/packages/ui/components/ui/block-sync-status/index.tsx index a383b5ea..0e6e17ac 100644 --- a/packages/ui/components/ui/block-sync-status/index.tsx +++ b/packages/ui/components/ui/block-sync-status/index.tsx @@ -16,7 +16,7 @@ export const CondensedBlockSyncStatus = ({ error?: unknown; }) => { if (error) { - return ; + return ; } if (!latestKnownBlockHeight || !fullSyncHeight) { return ; @@ -41,7 +41,7 @@ export const CondensedBlockSyncStatus = ({ ); }; -const BlockSyncErrorState = ({ error }: { error: unknown }) => { +const BlockSyncErrorState = () => { return ( {
- Block sync error: {String(error)} + Block sync error. Ensure your internet connection is stable