Commit c1599874 authored by 박민석's avatar 박민석

fix lint

parent 4b4280de
Pipeline #21259 failed with stages
in 1 minute and 43 seconds
......@@ -203,7 +203,7 @@
const decoder = new TextDecoder('utf-8')
sendButton.classList.remove('active')
stopButton?.classList.add('active')
stopButton.classList.add('active')
const messageItem = document.createElement('pre')
messageItem.className = 'message ai'
......
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