react-moralis icon indicating copy to clipboard operation
react-moralis copied to clipboard

fix: remove unnecessary `setIsInitialized(true)`

Open jasonzhouu opened this issue 2 years ago • 0 comments


name: "Pull request" about: A new pull request

New Pull Request

Checklist

  • [x] I am not disclosing a vulnerability.
  • [x] My code is conform the code style
  • [x] I have made corresponding changes to the documentation
  • [ ] I have updated Typescript definitions when needed

Issue Description

When initialize moralize, there are 2 place use setIsInitialized(true) The second one is unnecessary.

Solution Description

jasonzhouu avatar Jun 29 '22 07:06 jasonzhouu