add staking page
This commit is contained in:
@@ -48,7 +48,7 @@ export function PositionsPanel({ chain, onUnstakeEth, onUnstakeSol, onClaim, uns
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={styles.body}>
|
<div className={styles.body}>
|
||||||
{!isLoading && !isError && data?.chain === 'ETH' && !empty && (parseFloat(data.stEthBalanceWeiHuman) || 0) > 0.00000000000001 && <WithdrawNotice compact />}
|
{!isLoading && !isError && data?.chain === 'ETH' && !empty && (parseFloat(data.stEthBalanceWeiHuman) || 0) > 0.00000000000001 ? <WithdrawNotice compact /> : <p>На данный момент у Вас нет активных позиций стейкинга.</p>}
|
||||||
|
|
||||||
{isLoading && <Spinner label="Загрузка позиций" />}
|
{isLoading && <Spinner label="Загрузка позиций" />}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user