mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: assessments on homepage failed to load
This commit is contained in:
@@ -22,7 +22,6 @@ export default class StorageListener {
|
||||
}
|
||||
|
||||
handleStorageChanges(changes: any) {
|
||||
console.log('Storage changed:', changes);
|
||||
Object.keys(changes).forEach((changeKey) => {
|
||||
switch (changeKey) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user