File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
source/renderer/app/components/settings/categories Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { InjectedProps } from '../../../types/injectedPropsType';
1010import { messages } from './SupportSettings.messages' ;
1111import { Separator } from '../../widgets/separator/Separator' ;
1212
13- interface SupportSettingsProps extends InjectedProps {
13+ interface SupportSettingsProps {
1414 intl : Intl ;
1515 onExternalLinkClick : ( ...args : Array < any > ) => any ;
1616 onSupportRequestClick : ( ...args : Array < any > ) => any ;
@@ -20,14 +20,8 @@ interface SupportSettingsProps extends InjectedProps {
2020 analyticsAccepted : boolean ;
2121}
2222
23- @inject ( 'stores' , 'actions' )
2423@observer
2524class SupportSettings extends Component < SupportSettingsProps > {
26- static defaultProps = {
27- actions : null ,
28- stores : null ,
29- } ;
30-
3125 render ( ) {
3226 const {
3327 onExternalLinkClick,
You can’t perform that action at this time.
0 commit comments