fix: linter error

pull/2134/head
Attila Gazso 3 years ago committed by yann300
parent af24482499
commit 26b336767c
  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