|
|
@ -15,11 +15,11 @@ import AppBarOverride from '../widgets/AppBarOverride';
|
|
|
|
|
|
|
|
|
|
|
|
interface PropsType {
|
|
|
|
interface PropsType {
|
|
|
|
history: History;
|
|
|
|
history: History;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
interface PropsTypeInner extends PropsType {
|
|
|
|
interface PropsTypeInner extends PropsType {
|
|
|
|
settings: SettingsType;
|
|
|
|
settings: SettingsType;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class Settings extends React.PureComponent<PropsTypeInner> {
|
|
|
|
class Settings extends React.PureComponent<PropsTypeInner> {
|
|
|
|
constructor(props: any) {
|
|
|
|
constructor(props: any) {
|
|
|
|