From 80e172a1f5376e7573cff449cc337054885a846f Mon Sep 17 00:00:00 2001 From: cyrbuzz Date: Fri, 28 Jun 2024 09:46:14 +0800 Subject: [PATCH] chore: campaign --- src/components/DelegationCampaign/DelegationCampaign.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DelegationCampaign/DelegationCampaign.tsx b/src/components/DelegationCampaign/DelegationCampaign.tsx index 745a77c..0d68f14 100644 --- a/src/components/DelegationCampaign/DelegationCampaign.tsx +++ b/src/components/DelegationCampaign/DelegationCampaign.tsx @@ -1024,7 +1024,7 @@ const DelegationCampaign: FC = (props) => { setUserInfo(res.data.data); } finally { - setTransitionIndex(0); + setTransitionIndex(1); setFetchLoading(false); } };