Skip to content

Commit

Permalink
fix(APP-3600): Deploying Ethereum DAO stuck on POAP error screen (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang authored Sep 17, 2024
1 parent a20a196 commit 0100fe2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/containers/createDaoDialog/createDaoDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ export const CreateDaoDialog: React.FC<ICreateDaoDialogProps> = props => {
const daoPath = generatePath(Dashboard, daoPathParams);
navigate(daoPath);
onClose?.();

if (network === 'ethereum') {
open('poapClaim');
}
};

return (
Expand Down

0 comments on commit 0100fe2

Please sign in to comment.