chore: run prettier

This commit is contained in:
David Ralph
2022-11-06 11:59:59 +00:00
parent f0968195cb
commit 333aabde1b
60 changed files with 259 additions and 223 deletions

View File

@@ -29,7 +29,7 @@ export default class Dropdown extends PureComponent {
if (!this.props.noSetting) {
localStorage.setItem(this.props.name, value);
localStorage.setItem(this.props.name2, this.props.value2)
localStorage.setItem(this.props.name2, this.props.value2);
}
if (this.props.onChange) {