Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nadbm committed Apr 11, 2017
2 parents 06b6cfa + 7fc4458 commit 7817306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComponentCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class ComponentCell extends PureComponent {
rowSpan={rowSpan || 1}>
{ ((editing && !readOnly) || forceComponent) ? this.props.component : value }
</td>
)
);
}
}

Expand Down

0 comments on commit 7817306

Please sign in to comment.