diff --git a/packages/nextjs/app/token-vendor/page.tsx b/packages/nextjs/app/token-vendor/page.tsx index 36b13fda8..cd1d022c3 100644 --- a/packages/nextjs/app/token-vendor/page.tsx +++ b/packages/nextjs/app/token-vendor/page.tsx @@ -110,7 +110,7 @@ const TokenVendor: NextPage = () => { } }; - // FixMe: This is a hack to get the symbol of the token. Propose a better way to do this. + // FixMe: This is a hack to get the symbol of the token. Propose a better way to do this. const parsedSymbol = yourTokenSymbol ? byteArray.stringFromByteArray(yourTokenSymbol as any) : ""; @@ -188,15 +188,12 @@ const TokenVendor: NextPage = () => { - )} + )} {/* Sell Tokens */} {/* {!!yourTokenBalance && (