Fix indentation

This commit is contained in:
Kanchalai Tanglertsampan 2017-04-25 09:58:25 -07:00
parent 0f79f93e20
commit 21a88925d2

View File

@ -111,10 +111,10 @@ class MyLinkCell extends React.Component<MyCellProps, {}> {
return (
<Cell width={this.props.width}
height={this.props.height}
rowIndex={this.props.rowIndex}
columnKey={this.props.columnKey}
className="link-cell">
height={this.props.height}
rowIndex={this.props.rowIndex}
columnKey={this.props.columnKey}
className="link-cell">
<a href={link}>{link}</a>
</Cell>
);