(e, id)
| 37 | } |
| 38 | |
| 39 | handleKeyPress(e, id) { |
| 40 | if (e.key === 'Enter') { |
| 41 | this.showUserDetails(e, id); |
| 42 | } |
| 43 | } |
| 44 | |
| 45 | showUserDetails(e, id) { |
| 46 | if (e.target.nodeName !== 'INPUT') { |
nothing calls this directly
no outgoing calls
no test coverage detected