(user: SerializedUser)
| 84 | } |
| 85 | |
| 86 | function removeUser(user: SerializedUser) { |
| 87 | setUsers((users) => users.filter((u) => u.id !== user.id)); |
| 88 | } |
| 89 | |
| 90 | return ( |
| 91 | <Modal open={show} close={close}> |
nothing calls this directly
no outgoing calls
no test coverage detected