We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06b6cfa + 7fc4458 commit 7817306Copy full SHA for 7817306
src/ComponentCell.js
@@ -40,7 +40,7 @@ export default class ComponentCell extends PureComponent {
40
rowSpan={rowSpan || 1}>
41
{ ((editing && !readOnly) || forceComponent) ? this.props.component : value }
42
</td>
43
- )
+ );
44
}
45
46
0 commit comments