mirror of
https://github.com/mue/mue.git
synced 2026-07-10 22:14:39 +02:00
refactor: codacy and some style changes etc
This commit is contained in:
@@ -23,7 +23,6 @@ export function offlineBackground() {
|
||||
};
|
||||
|
||||
localStorage.setItem('currentBackground', JSON.stringify(object));
|
||||
|
||||
return object;
|
||||
}
|
||||
|
||||
@@ -36,4 +35,4 @@ export function gradientStyleBuilder({ type, angle, gradient }) {
|
||||
type: 'colour',
|
||||
style: `background:${gradient[0]?.colour};${grad}`
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user