mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fix indentation
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user