(row, rowIndex)
| 466 | return c_1.name === "Free space"; |
| 467 | } |
| 468 | function _temp5(row, rowIndex) { |
| 469 | return <Box key={rowIndex} flexDirection="row" marginLeft={-1}>{row.map(_temp4)}</Box>; |
| 470 | } |
| 471 | function _temp4(square, colIndex) { |
| 472 | if (square.categoryName === "Free space") { |
| 473 | return <Text key={colIndex} dimColor={true}>{"\u26F6 "}</Text>; |
nothing calls this directly
no outgoing calls
no test coverage detected