|
|
|
@ -22,7 +22,7 @@ export interface RemixUiSettingsProps { |
|
|
|
|
export const RemixUiSettings = (props: RemixUiSettingsProps) => { |
|
|
|
|
const [, dispatch] = useReducer(settingReducer, initialState) |
|
|
|
|
const [state, dispatchToast] = useReducer(toastReducer, toastInitialState) |
|
|
|
|
const [tokenValue, setTokenValue] = useState({}) |
|
|
|
|
const [tokenValue, setTokenValue] = useState({}) // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
|
|
|
const [themeName,] = useState('') |
|
|
|
|
const [privateBeeAddress, setPrivateBeeAddress] = useState('') |
|
|
|
|
const [postageStampId, setPostageStampId] = useState('') |
|
|
|
|