diff --git a/web/src/components/delegation/DelegationManager.tsx b/web/src/components/delegation/DelegationManager.tsx index 795de5df..f9168c1c 100644 --- a/web/src/components/delegation/DelegationManager.tsx +++ b/web/src/components/delegation/DelegationManager.tsx @@ -13,6 +13,7 @@ import DelegateProfile from './DelegateProfile'; import { useDelegation } from '@/hooks/useDelegation'; import { usePolkadot } from '@/contexts/PolkadotContext'; import { formatNumber } from '@/lib/utils'; +import { LoadingState } from '@pezkuwi/components/AsyncComponent'; const DelegationManager: React.FC = () => { const { t } = useTranslation(); @@ -37,14 +38,7 @@ const DelegationManager: React.FC = () => { }; if (loading) { - return ( -