Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 29, 2024
1 parent 04dfae4 commit e454a3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/components/Main/MainNeedsFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ export const MainNeedsFunds = () => {
);

useEffect(() => {
if (isInitialFunded) {
electronApi.store?.set?.('isInitialFunded', false);
}

if (
hasEnoughEthForInitialFunding &&
hasEnoughOlasForInitialFunding &&
Expand Down

0 comments on commit e454a3c

Please sign in to comment.