1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-12-24 10:06:20 +01:00

todo to issues

This commit is contained in:
Matthias Kretschmann 2020-07-31 12:05:44 +02:00
parent 83e454493a
commit a511cb402e
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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)