Commit 458a7d90 authored by Justin Domingue's avatar Justin Domingue

various edits

parent 72877fb0
...@@ -164,7 +164,7 @@ export default function FeeSelector({ ...@@ -164,7 +164,7 @@ export default function FeeSelector({
<Loader size="20px" /> <Loader size="20px" />
) : ( ) : (
<ButtonGray onClick={() => setShowOptions(!showOptions)} width="auto" padding="4px" borderRadius="6px"> <ButtonGray onClick={() => setShowOptions(!showOptions)} width="auto" padding="4px" borderRadius="6px">
{showOptions ? <Trans>Hide</Trans> : <Trans>Explore</Trans>} {showOptions ? <Trans>Hide</Trans> : <Trans>Edit</Trans>}
</ButtonGray> </ButtonGray>
)} )}
</RowBetween> </RowBetween>
......
...@@ -12,7 +12,6 @@ function useQueryCacheInvalidator() { ...@@ -12,7 +12,6 @@ function useQueryCacheInvalidator() {
const dispatch = useAppDispatch() const dispatch = useAppDispatch()
useEffect(() => { useEffect(() => {
console.log('chanid changed')
dispatch(api.util.resetApiState()) dispatch(api.util.resetApiState())
}, [chainId, dispatch]) }, [chainId, dispatch])
} }
......
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