various edits
This commit is contained in:
parent
72877fb0b6
commit
458a7d90a0
@ -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() {
|
|||||||
const dispatch = useAppDispatch()
|
const dispatch = useAppDispatch()
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log('chanid changed')
|
|
||||||
dispatch(api.util.resetApiState())
|
dispatch(api.util.resetApiState())
|
||||||
}, [chainId, dispatch])
|
}, [chainId, dispatch])
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user