From 60c78f0ac218b56da362b35b4255e0c3ba14e255 Mon Sep 17 00:00:00 2001 From: gianmalarcon Date: Thu, 25 Jul 2024 17:07:11 +0700 Subject: [PATCH] fmt --- packages/nextjs/app/token-vendor/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 && (