Skip to content

Commit

Permalink
fix missing
Browse files Browse the repository at this point in the history
  • Loading branch information
temptemp3 committed Oct 24, 2024
1 parent 944b9d6 commit ff9dbc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
node_modules
dist
tsconfig.*.tsbuildinfo
1 change: 0 additions & 1 deletion src/components/PoolRemove/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ const PoolRemove = () => {
);
if (!Provider_withdrawR.success) return;
setExpectedOutcome(Provider_withdrawR.returnValue);
}
})();
}, [activeAccount, pool, info, fromAmount]);

Expand Down

0 comments on commit ff9dbc0

Please sign in to comment.