Explorar o código

fix: log table unknown ws prop error

Xyfacai hai 1 ano
pai
achega
afc1e92ed0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/src/components/LogsTable.js

+ 1 - 1
web/src/components/LogsTable.js

@@ -538,7 +538,7 @@ const LogsTable = () => {
           value: content,
         })
       }
-      if (other.ws) {
+      if (other?.ws) {
         expandDataLocal.push({
           key: '语音输入',
           value: other.audio_input,