File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import LargeMonitor from './large-monitor.jsx';
11
11
import SliderMonitor from '../../containers/slider-monitor.jsx' ;
12
12
import ListMonitor from '../../containers/list-monitor.jsx' ;
13
13
14
-
15
14
import styles from './monitor.css' ;
16
15
17
16
const categories = {
@@ -66,7 +65,7 @@ const MonitorComponent = props => (
66
65
// positioning conflicts between the monitors `transform: scale` and
67
66
// the context menus `position: fixed`. For more details, see
68
67
// http://meyerweb.com/eric/thoughts/2011/09/12/un-fixing-fixed-elements-with-css-transforms/
69
- < ContextMenu id = { `monitor-${ props . label } ` } >
68
+ < ContextMenu id = { `monitor-${ props . id } ` } >
70
69
{ props . draggable && props . onSetModeToDefault &&
71
70
< MenuItem onClick = { props . onSetModeToDefault } >
72
71
< FormattedMessage
You can’t perform that action at this time.
0 commit comments