mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-29 08:40:42 +02:00
Fixed JS coding standards
This commit is contained in:
@@ -7,7 +7,7 @@ export default () => ({
|
||||
this.theme = theme || (window.matchMedia && window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
|
||||
|
||||
if (cookie === undefined) {
|
||||
storeThemeCookie(this.theme);
|
||||
this.storeThemeCookie(this.theme);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user