+ {store.sceneHelperInstruments.map((el, i) => (
+
el.onClick()}
+ style={{
+ marginTop: 4,
+ width: 50,
+ height: 50,
+ backgroundColor: el.isSelected ? "rgba(160, 132, 255, 1)" : "rgba(99, 81, 159, 1)",
+ border: "1px solid",
+ borderRadius: 5,
+ }}
+ >
+
+
+ ))}
+ {store.isVisibleSaveButton ? (
+ <>
+
store.sceneSave()}
+ style={{
+ marginTop: 4,
+ width: 50,
+ height: 50,
+ backgroundColor: "rgba(99, 81, 159, 1)",
+ border: "1px solid",
+ borderRadius: 5,
+ }}
+ >
+
+
+ >
+ ) : null}
+