Skip to content

Commit 2217a5b

Browse files
authored
put ID here too
1 parent c4af8e3 commit 2217a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/monitor/monitor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const MonitorComponent = props => (
3737
// TW: if export is defined, we always show it, even outside of the editor
3838
disable={!props.draggable && !props.onExport}
3939
holdToDisplay={props.mode === 'slider' ? -1 : 1000}
40-
id={`monitor-${props.label}`}
40+
id={`monitor-${props.id}`}
4141
>
4242
<Draggable
4343
bounds=".monitor-overlay" // Class for monitor container

0 commit comments

Comments
 (0)