()
| 308 | } |
| 309 | |
| 310 | const ExternalIcon = () => <OpenExternalIcon height={24} width={24} />; |
| 311 | |
| 312 | const channelAttachMenuPatch: NavContextMenuPatchCallback = (children, props) => { |
| 313 | const channel = props?.channel; |
nothing calls this directly
no outgoing calls
no test coverage detected