Skip to content

Commit

Permalink
added last code
Browse files Browse the repository at this point in the history
  • Loading branch information
rubelux committed Oct 9, 2023
1 parent 9509579 commit 8e577b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/DonationBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ const DonationBox = ({ tokenId, project }: IDonationBox) => {
// }
// }, [error])

useEffect(() => {
if (contractStatus === 'idle') {
disconnectAndSignout()
}
}, [contractStatus])
// useEffect(() => {
// if (contractStatus === 'idle') {
// disconnectAndSignout()
// }
// }, [contractStatus])

useEffect(() => {
if (processing) {
Expand Down

0 comments on commit 8e577b7

Please sign in to comment.