瀏覽代碼

fix: log table unknown ws prop error

Xyfacai 1 年之前
父節點
當前提交
afc1e92ed0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,