luolei 4 年 前
コミット
f5d2c25c13
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/AddInspect/index.jsx

+ 1 - 1
src/components/AddInspect/index.jsx

@@ -281,7 +281,7 @@ class Inspect extends React.Component {
               this.setState({ show: false })
             }}
           >
-            {renderText}
+            {item.uniqueName}
           </li>
         })
       }