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

various edits

parent 72877fb0
......@@ -164,7 +164,7 @@ export default function FeeSelector({
<Loader size="20px" />
) : (
<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>
)}
</RowBetween>
......
......@@ -12,7 +12,6 @@ function useQueryCacheInvalidator() {
const dispatch = useAppDispatch()
useEffect(() => {
console.log('chanid changed')
dispatch(api.util.resetApiState())
}, [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