Browse Source

remove unused variable

Danny Liu 1 year ago
parent
commit
27153ddb03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Settings/General.svelte

+ 1 - 1
src/lib/components/chat/Settings/General.svelte

@@ -32,7 +32,7 @@
 
 	function applyTheme(theme: string) {
 		localStorage.theme = theme;
-		const themeClassList = document.documentElement.classList;
+
 		if (theme === 'system') {
 			updateSystemTheme();
 			return;