diff --git a/components/layout/layout.tsx b/components/layout/layout.tsx index 584a50ee..d083a1da 100644 --- a/components/layout/layout.tsx +++ b/components/layout/layout.tsx @@ -153,7 +153,7 @@ export default function Layout({ children, className, hideNav, layoutStyles }: P - Select a token + Select Token {playerLands.map((land: any) => ( -
{land.metadata.name}
+ + {numeral(land?.energy).format('0.0a')} ⚡ + +
{land.metadata?.wraps.symbol}
))}