Explorar el Código

Fix colspan (apparently it’s colSpan in react)

Thomas Dy hace 10 años
padre
commit
c216dc7365
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/ui/RecordList.jsx

+ 1 - 1
lib/ui/RecordList.jsx

@@ -176,7 +176,7 @@ var RecordList = React.createClass({
       body = (
         <tbody>
           <tr>
-            <td colspan="5">Loading...</td>
+            <td colSpan="5">Loading...</td>
           </tr>
         </tbody>
       );