mirror of
https://github.com/oceanprotocol/react.git
synced 2024-12-24 18:16:21 +01:00
todo to issues
This commit is contained in:
parent
83e454493a
commit
a511cb402e
@ -123,7 +123,7 @@ function OceanProvider({
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function logout() {
|
async function logout() {
|
||||||
// TODO: check how is the proper way to logout
|
// TODO: #67 check how is the proper way to logout
|
||||||
web3Modal.clearCachedProvider()
|
web3Modal.clearCachedProvider()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -150,7 +150,7 @@ function OceanProvider({
|
|||||||
connect()
|
connect()
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Refetch balance periodically, or figure out some event to subscribe to
|
// TODO: #68 Refetch balance periodically, or figure out some event to subscribe to
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// web3Modal && web3Modal.on('connect', handleConnect)
|
// web3Modal && web3Modal.on('connect', handleConnect)
|
||||||
|
Loading…
Reference in New Issue
Block a user