add staking page
This commit is contained in:
@@ -37,6 +37,8 @@ export function PositionsPanel({ chain, onUnstakeEth, onUnstakeSol, onClaim, uns
|
|||||||
const solEmpty = data?.chain === 'SOL' && data.positions.length === 0
|
const solEmpty = data?.chain === 'SOL' && data.positions.length === 0
|
||||||
const empty = ethEmpty || solEmpty
|
const empty = ethEmpty || solEmpty
|
||||||
|
|
||||||
|
console.log(empty, data?.chain, data)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.panel}>
|
<div className={styles.panel}>
|
||||||
<div className={styles.inner}>
|
<div className={styles.inner}>
|
||||||
|
|||||||
Reference in New Issue
Block a user