()
| 31 | const namePresent = name.length !== 0; |
| 32 | const passPresent = pass.length !== 0 || isEdit; |
| 33 | const submitAndClose = async () => { |
| 34 | await fOnSubmit(name, pass, admin); |
| 35 | fClose(); |
| 36 | }; |
| 37 | return ( |
| 38 | <Dialog |
| 39 | open={true} |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…