Przeglądaj źródła

Merge branch 'byll6.0' into newVersion6.0

luolei 4 lat temu
rodzic
commit
4a9a55f5dc
1 zmienionych plików z 1 dodań i 1 usunięć
  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>
         })
       }