diff --git a/src/ZenPinnedTabManager.mjs b/src/ZenPinnedTabManager.mjs index 7f22e77..c626bfd 100644 --- a/src/ZenPinnedTabManager.mjs +++ b/src/ZenPinnedTabManager.mjs @@ -49,7 +49,6 @@ async initTabs() { await ZenPinnedTabsStorage.init(); - await SessionStore.promiseInitialized; await this._refreshPinnedTabs(); }