Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from mesosphere/bug/colspan-to-colSpan
Browse files Browse the repository at this point in the history
colspan to colSpan
  • Loading branch information
Kenny Tran committed Sep 23, 2015
2 parents 5fe22bb + af18b71 commit 5b3b21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class Table extends React.Component {
if (data.length === 0) {
return (
<tr>
<td colspan={columns.length}>
<td colSpan={columns.length}>
No data
</td>
</tr>
Expand Down

0 comments on commit 5b3b21a

Please sign in to comment.