Fixed JS coding standards

This commit is contained in:
Chris Kankiewicz
2021-06-20 16:25:06 -07:00
parent ff88a8ddb2
commit 762b3d567b

View File

@@ -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);
}
},