mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
Typo
This commit is contained in:
parent
40fb9f5abb
commit
b7c000db91
@ -36,7 +36,7 @@ export function useAddress() {
|
|||||||
|
|
||||||
useInterval( () => {
|
useInterval( () => {
|
||||||
|
|
||||||
setTimesChecked( timesChecked++ )
|
setTimesChecked( timesChecked+1 )
|
||||||
log( 'Checking for address' )
|
log( 'Checking for address' )
|
||||||
if( window.ethereum && window.ethereum.selectedAddress ) return setAddress( window.ethereum.selectedAddress )
|
if( window.ethereum && window.ethereum.selectedAddress ) return setAddress( window.ethereum.selectedAddress )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user