소스 검색

Fix colspan (apparently it’s colSpan in react)

Thomas Dy 10 년 전
부모
커밋
c216dc7365
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
       );