From 4c27e552b04b79ba09868fed8cbdea96394decfc Mon Sep 17 00:00:00 2001
From: camewell <130561684+camewell071@users.noreply.github.com>
Date: Thu, 1 Feb 2024 13:51:03 +0700
Subject: [PATCH] chore: update code
---
src/modules/PublicSale/BuyForm/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/PublicSale/BuyForm/index.tsx b/src/modules/PublicSale/BuyForm/index.tsx
index e4e540e23..a206ac2cd 100644
--- a/src/modules/PublicSale/BuyForm/index.tsx
+++ b/src/modules/PublicSale/BuyForm/index.tsx
@@ -187,7 +187,7 @@ const PrivateSaleForm = ({ vcInfo }: { vcInfo?: VCInfo }) => {
) : (
)}
- {formatString(user.twitter_id, 8)}
+ {formatString(user.twitter_id, 8)}
)
} else if (user.twitter_id) {