()
| 19 | const [keyboard, setKeyboard] = useState(true); |
| 20 | |
| 21 | const toggle = () => setModal(!modal); |
| 22 | |
| 23 | const changeBackdrop = (e) => { |
| 24 | let { value } = e.target; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…