Skip to content

Commit cfed417

Browse files
committed
fix(ccip): fix prettier formatting in TokenDetailsHero
1 parent 1adf78c commit cfed417

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/CCIP/ChainHero/TokenDetailsHero.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ function TokenDetailsHero({ network, token, inDrawer = false }: TokenDetailsHero
6868
</div>
6969
<div className="ccip-chain-hero__details__item">
7070
<div className="ccip-chain-hero__details__label">Token pool type</div>
71-
<div className="ccip-chain-hero__details__value">{token.poolRawType ? formatPoolTypeForDisplay(token.poolRawType) : "—"}</div>
71+
<div className="ccip-chain-hero__details__value">
72+
{token.poolRawType ? formatPoolTypeForDisplay(token.poolRawType) : "—"}
73+
</div>
7274
</div>
7375
<div className="ccip-chain-hero__details__item">
7476
<div className="ccip-chain-hero__details__label">Token pool address</div>

0 commit comments

Comments
 (0)