PatrickAlphaC / nextjs-smartcontract-lottery-fcc

60 stars 87 forks source link

Updated variable name to avoid confusion #28

Closed yassinrahim closed 1 year ago

yassinrahim commented 1 year ago

Using the variable "account" on the Moralis.onAccountChange event callback parameter while there's also the same variable "account" defined from the destructured object returned by useMoralis() (line 8-9), might confuse readers / new code leaners.

PatrickAlphaC commented 1 year ago

Great change!