Commit cc47e635 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: chat refac

parent 2502bd8a
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
} }
onMount(async () => { onMount(async () => {
if (!chatId) { if (!$chatId) {
await initNewChat(); await initNewChat();
} else { } else {
if (!($settings.saveChatHistory ?? true)) { if (!($settings.saveChatHistory ?? true)) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment