mirror of
https://github.com/mue/mue.git
synced 2026-07-23 00:37:27 +02:00
chore: run prettier
This commit is contained in:
@@ -172,11 +172,14 @@ export default class CustomSettings extends PureComponent {
|
||||
return toast(variables.getMessage('toasts.no_storage'));
|
||||
}
|
||||
|
||||
this.customBackground({
|
||||
target: {
|
||||
result: await filetoDataURL(res),
|
||||
}
|
||||
}, this.state.currentBackgroundIndex);
|
||||
this.customBackground(
|
||||
{
|
||||
target: {
|
||||
result: await filetoDataURL(res),
|
||||
},
|
||||
},
|
||||
this.state.currentBackgroundIndex,
|
||||
);
|
||||
});
|
||||
e.preventDefault();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user