mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
fix: assessments on homepage failed to load
This commit is contained in:
@@ -5,8 +5,6 @@ import { SettingsState } from '../../types/storage';
|
||||
export async function appendBackgroundToUI() {
|
||||
const settings = await browser.storage.local.get() as SettingsState;
|
||||
|
||||
console.log(settings.theme);
|
||||
|
||||
if (settings.theme == '') return;
|
||||
|
||||
const parent = document.getElementById('container');
|
||||
|
||||
Reference in New Issue
Block a user