(properties, i)
| 186 | return t8; |
| 187 | } |
| 188 | function _temp4(properties, i) { |
| 189 | return properties.length > 0 && <Box key={i} flexDirection="column">{properties.map(_temp3)}</Box>; |
| 190 | } |
| 191 | function _temp3(t0, j) { |
| 192 | const { |
| 193 | label, |
nothing calls this directly
no outgoing calls
no test coverage detected