diff --git a/Libraries/Inspector/ElementProperties.js b/Libraries/Inspector/ElementProperties.js index 222da109f..1e808d0d1 100644 --- a/Libraries/Inspector/ElementProperties.js +++ b/Libraries/Inspector/ElementProperties.js @@ -47,6 +47,7 @@ var ElementProperties = React.createClass({ this.props.hierarchy, (item, i) => ( this.props.setSelection(i)}> @@ -54,7 +55,11 @@ var ElementProperties = React.createClass({ ), - () => + (i) => ( + + ▸ + + ) )}