fix: chat refac

This commit is contained in:
Timothy J. Baek 2024-05-21 17:42:39 -07:00
parent 2502bd8aeb
commit cc47e63526

View File

@ -122,7 +122,7 @@
}
onMount(async () => {
if (!chatId) {
if (!$chatId) {
await initNewChat();
} else {
if (!($settings.saveChatHistory ?? true)) {