Commit b1009b0e authored by Moody Salem's avatar Moody Salem

chore: fix the build blocking linter error

parent 5a4c7890
...@@ -23,7 +23,7 @@ function useQueryCacheInvalidator() { ...@@ -23,7 +23,7 @@ function useQueryCacheInvalidator() {
} }
export default function Updater(): null { export default function Updater(): null {
const { account, chainId, library, connector } = useActiveWeb3React() const { account, chainId, library } = useActiveWeb3React()
const dispatch = useAppDispatch() const dispatch = useAppDispatch()
const windowVisible = useIsWindowVisible() const windowVisible = useIsWindowVisible()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment