Skip to content

Commit

Permalink
DevDocs: Fix an indention
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Jul 22, 2017
1 parent 31d7904 commit bc67821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/blocks/props-viewer/table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Table extends PureComponent {
</tr>
</thead>
<tbody>
{ this.rows() }
{ this.rows() }
</tbody>
</table>
</div>
Expand Down

0 comments on commit bc67821

Please sign in to comment.