Skip to content

Commit

Permalink
chore: campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jun 28, 2024
1 parent 8b80b00 commit 80e172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DelegationCampaign/DelegationCampaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ const DelegationCampaign: FC<IProps> = (props) => {

setUserInfo(res.data.data);
} finally {
setTransitionIndex(0);
setTransitionIndex(1);
setFetchLoading(false);
}
};
Expand Down

0 comments on commit 80e172a

Please sign in to comment.