Skip to content

Commit e030bdd

Browse files
authored
fix: welcome card shows everytime (#1332)
1 parent 23b0c90 commit e030bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chat-client/src/client/mynahUi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ export const createMynahUi = (
488488
[tabFactory.initialTabId]: {
489489
isSelected: true,
490490
store: {
491-
...tabFactory.createTab(true),
492-
chatItems: tabFactory.getChatItems(true, true),
491+
...tabFactory.createTab(disclaimerCardActive),
492+
chatItems: tabFactory.getChatItems(true, programmingModeCardActive),
493493
},
494494
},
495495
},

0 commit comments

Comments
 (0)