Skip to content

Commit 7817306

Browse files
committed
fix conflict
2 parents 06b6cfa + 7fc4458 commit 7817306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComponentCell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class ComponentCell extends PureComponent {
4040
rowSpan={rowSpan || 1}>
4141
{ ((editing && !readOnly) || forceComponent) ? this.props.component : value }
4242
</td>
43-
)
43+
);
4444
}
4545
}
4646

0 commit comments

Comments
 (0)