Skip to content

Commit 24997d0

Browse files
committed
Nebula: Fix changing wallet not updating context filter
1 parent 9d40b13 commit 24997d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/nebula-app/(app)/components/ChatPageContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function ChatPageContent(props: {
137137
networks: null,
138138
};
139139

140-
if (!updatedContextFilters.walletAddress && address) {
140+
if (address) {
141141
updatedContextFilters.walletAddress = address;
142142
}
143143

0 commit comments

Comments
 (0)