()
| 7 | |
| 8 | const [modal, setModal] = useState(false); |
| 9 | const toggle = () => setModal(!modal); |
| 10 | |
| 11 | const closeBtn = ( |
| 12 | <button className="close" onClick={toggle} type="button"> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…