mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix indentation
This commit is contained in:
parent
0f79f93e20
commit
21a88925d2
@ -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>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user