mirror of
https://github.com/mue/mue.git
synced 2026-07-17 05:54:14 +02:00
chore: run prettier
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user