diff --git a/explorer/src/components/common/BalanceDelta.tsx b/explorer/src/components/common/BalanceDelta.tsx index 479bf50d4ddc97..60a0cd30a1dfd3 100644 --- a/explorer/src/components/common/BalanceDelta.tsx +++ b/explorer/src/components/common/BalanceDelta.tsx @@ -12,7 +12,7 @@ export function BalanceDelta({ let sols; if (isSol) { - sols = ; + sols = ; } if (delta.gt(0)) {