(warning, index)
| 65 | return t6; |
| 66 | } |
| 67 | function _temp2(warning, index) { |
| 68 | return <Box key={index} flexDirection="column" marginBottom={1}><Text color="warning" bold={true}>{warning.title}</Text><Text>{warning.message}</Text>{warning.instructions.length > 0 && <Box flexDirection="column" marginLeft={2} marginTop={1}>{warning.instructions.map(_temp)}</Box>}</Box>; |
| 69 | } |
| 70 | function _temp(instruction, i) { |
| 71 | return <Text key={i} dimColor={true}>• {instruction}</Text>; |
| 72 | } |
nothing calls this directly
no outgoing calls
no test coverage detected