We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5daf0d0 commit c61630aCopy full SHA for c61630a
apps/dashboard/src/app/nebula-app/(app)/components/ChatPageContent.tsx
@@ -100,7 +100,7 @@ export function ChatPageContent(props: {
100
setHasUserUpdatedContextFilters(true);
101
102
// Cache the chains when context is updated
103
- if (v?.chainIds) {
+ if (v?.chainIds && v.chainIds.length > 0) {
104
localStorage.setItem(
105
NEBULA_LAST_USED_CHAIN_IDS_KEY,
106
JSON.stringify(v.chainIds),
0 commit comments