8000 Fix string parameters. · nsavas2000/python-editor-v3@0ba8a08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ba8a08

Browse files
Fix string parameters.
1 parent 276e7d4 commit 0ba8a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulator/SensorInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const SensorInput = ({
139139
<Switch
140140
aria-label={intl.formatMessage(
141141
{ id: `simulator-${type}-hold-label` },
142-
{ touchInputName: label }
142+
{ [type]: label }
143143
)}
144144
sx={{
145145
"*": {

0 commit comments

Comments
 (0)
0