-
-
-
-
- Cassette 1 (Top)
- (x === '' ? '-' : x)}
- decoration="notes"
- width={fieldWidth}
- />
-
-
-
-
-
-
- Cassette 2 (Bottom)
- (x === '' ? '-' : x)}
- decoration="notes"
- width={fieldWidth}
- />
-
-
+ {R.map(
+ it => (
+ <>
+
+
+
+ Cassette {it + 1}
+ (x === '' ? '-' : x)}
+ decoration="notes"
+ width={fieldWidth}
+ />
+
+
+ >
+ ),
+ R.times(R.identity, maxNumberOfCassettes)
+ )}