()
| 28 | if (!tableModal) return null; |
| 29 | |
| 30 | const onClose = () => setTableModal(RESET); |
| 31 | |
| 32 | if (tableModal === "cloudLogs") return <CloudLogsModal onClose={onClose} />; |
| 33 | if (tableModal === "extensions") return <ExtensionsModal onClose={onClose} />; |
no outgoing calls
no test coverage detected