(
+ {/* takes up the space in the upper left corner between A and 1 */}
- {props.coordinateSystem.columns.map((column) => (
-
- {column}
-
+ {coordinateSystem.columns.map((column) => (
+
))}
- {allCoordinateSystemPositions(props.coordinateSystem).map(
- (position) => (
-
- {columnForPosition(
- position,
- PLATE_FLOW,
- props.coordinateSystem,
- ) === 1 && (
-
- )}
-
- (
+
+ {columnForPosition(position, PLATE_FLOW, coordinateSystem) ===
+ 1 && (
+
-
- ),
- )}
+ )}
+
+
+
+ ))}