lint the code again and ready for review

pull/905/head
Brian Jian Zhao 6 years ago
parent f92cb95f5c
commit ed5533b21f

@ -466,7 +466,7 @@ export class SettingsView extends React.Component<SettingsViewProps, State> {
min: 60, min: 60,
max: 200, max: 200,
defaultValue: 100, defaultValue: 100,
info: (value: number) => `Zoom Factor: ${value}%` info: (value: number) => `Zoom Factor: ${value}%`,
}, },
confirmationDialogParams: undefined, confirmationDialogParams: undefined,
}, },

Loading…
Cancel
Save