Commit 1b0e9eec authored by Ben Hayward's avatar Ben Hayward

update for feedback

1 merge request!433[Sprint/InterestingIguana] Preferred hashtag remembered in local storage #1366
Pipeline #70404004 running with stages
......@@ -54,6 +54,8 @@ export class SidebarSelectorComponent implements OnInit {
this.initialized = true;
this.detectChanges();
this.detectChanges();
}
async load() {
......@@ -69,7 +71,8 @@ export class SidebarSelectorComponent implements OnInit {
} catch (e) {
console.error('SidebarSelector', e);
}
this.preferredChange();
this.preferredChange();
this.loading = false;
this.detectChanges();
}
......@@ -121,7 +124,6 @@ export class SidebarSelectorComponent implements OnInit {
});
} else {
this.currentHashtag = null;
this.preferredChange();
}
}
......
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