Commit 19f69c82 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: code convention

parent 8f8a68e0
......@@ -69,7 +69,7 @@
};
onMount(async () => {
selectedTheme = localStorage.getItem('theme') ?? 'system';
selectedTheme = localStorage.theme ?? 'system';
let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
languages = await getLanguages();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment