linting fix

pull/2820/head
Aniket-Engg 2 years ago committed by Aniket
parent 972ab65680
commit e507d1eb27
  1. 2
      libs/remix-ui/settings/src/lib/remix-ui-settings.tsx

@ -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('')

Loading…
Cancel
Save