diff --git a/src/Settings/index.tsx b/src/Settings/index.tsx index f332ca3..0251522 100644 --- a/src/Settings/index.tsx +++ b/src/Settings/index.tsx @@ -15,11 +15,11 @@ import AppBarOverride from '../widgets/AppBarOverride'; interface PropsType { history: History; -}; +} interface PropsTypeInner extends PropsType { settings: SettingsType; -}; +} class Settings extends React.PureComponent { constructor(props: any) {