()
| 628 | } |
| 629 | |
| 630 | checkColOOR() { |
| 631 | return ( |
| 632 | this.state.addedSCol + 1 > this.state.numCol || this.state.addedGCol + 1 > this.state.numCol |
| 633 | ); |
| 634 | } |
| 635 | |
| 636 | render() { |
| 637 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected