diff --git a/packages/neuron-ui/src/components/WalletSetting/index.tsx b/packages/neuron-ui/src/components/WalletSetting/index.tsx index 415e86f482..c6ea032754 100644 --- a/packages/neuron-ui/src/components/WalletSetting/index.tsx +++ b/packages/neuron-ui/src/components/WalletSetting/index.tsx @@ -67,7 +67,7 @@ const WalletSetting = ({ hideMinerInfo() addPopup('lock-arg-copied')(dispatch) } - }, [minerInfo, t, hideMinerInfo, dispatch]) + }, [minerInfo, hideMinerInfo, dispatch]) const onChange = useCallback( (_e, option) => {