add staking page
This commit is contained in:
@@ -50,7 +50,7 @@ export function PositionsPanel({ chain, onUnstakeEth, onUnstakeSol, onClaim, uns
|
||||
</div>
|
||||
|
||||
<div className={styles.body}>
|
||||
{!isLoading && !isError && data?.chain === 'ETH' && !empty && (parseFloat(data.stEthBalanceWeiHuman) || 0) > 0.00000000000001 && (
|
||||
{!isLoading && !isError && (!empty || (data?.chain === 'ETH' && (parseFloat(data.stEthBalanceWeiHuman) || 0) > 0.00000000000001)) && (
|
||||
<WithdrawNotice compact />
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user