Skip to content

Commit

Permalink
Close program
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Oct 21, 2024
1 parent 885e9a5 commit 8cb8821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DelegationCampaign/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const FirstStep = (props: { userInfo?: IDelegationUserInfo['data']; refre
}
};

const closed = false;
const closed = true;

return (
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', gap: 48, marginTop: 80 }}>
Expand Down

0 comments on commit 8cb8821

Please sign in to comment.