We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2400105 commit 15bddb9Copy full SHA for 15bddb9
packages/seed-bible/app/components/thePage.tsx
@@ -515,7 +515,7 @@ function ThePage({
515
whisper(getBot("system", "introduction.searchBar"), "initialize");
516
}
517
518
- if (!bible || (bible && bible?.tabId && bible.tabId !== tab.id)) {
+ if (!bible || (bible && bible?.tabId && bible.tabId !== tab?.id)) {
519
loadDataSafe();
520
521
globalThis.CurrentTab = tab;
0 commit comments