fix: linter error

pull/5370/head
Attila Gazso 3 years ago committed by yann300
parent 1b448f440a
commit 58b730312a
  1. 2
      libs/remix-ui/settings/src/lib/remix-ui-settings.tsx

@ -22,7 +22,7 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
const [, dispatch] = useReducer(settingReducer, initialState)
const [state, dispatchToast] = useReducer(toastReducer, toastInitialState)
const [tokenValue, setTokenValue] = useState('')
const [themeName, setThemeName] = useState('')
const [themeName, ] = useState('')
const [privateBeeAddress, setPrivateBeeAddress] = useState('')
const [postageStampId, setPostageStampId] = useState('')

Loading…
Cancel
Save