(exitState)
| 773 | return t20; |
| 774 | } |
| 775 | function _temp(exitState) { |
| 776 | return exitState.pending ? <Text>Press {exitState.keyName} again to exit</Text> : <Byline><KeyboardShortcutHint shortcut="Enter" action="select" /><KeyboardShortcutHint shortcut="Esc" action="go back" /></Byline>; |
| 777 | } |
| 778 | export function RemoteSessionDetailDialog({ |
| 779 | session, |
| 780 | toolUseContext, |
nothing calls this directly
no outgoing calls
no test coverage detected