Skip to content

Commit 3f91fb7

Browse files
authored
what? this is correct no??
1 parent 66add7f commit 3f91fb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/monitor/monitor.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import LargeMonitor from './large-monitor.jsx';
1111
import SliderMonitor from '../../containers/slider-monitor.jsx';
1212
import ListMonitor from '../../containers/list-monitor.jsx';
1313

14-
1514
import styles from './monitor.css';
1615

1716
const categories = {
@@ -66,7 +65,7 @@ const MonitorComponent = props => (
6665
// positioning conflicts between the monitors `transform: scale` and
6766
// the context menus `position: fixed`. For more details, see
6867
// 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}`}>
7069
{props.draggable && props.onSetModeToDefault &&
7170
<MenuItem onClick={props.onSetModeToDefault}>
7271
<FormattedMessage

0 commit comments

Comments
 (0)