lint the code again and ready for review

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

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

Loading…
Cancel
Save