diff --git a/ui/components/trees/grid/example.jsx b/ui/components/trees/grid/example.jsx index e4677fde2e..717b2ae268 100644 --- a/ui/components/trees/grid/example.jsx +++ b/ui/components/trees/grid/example.jsx @@ -10,7 +10,7 @@ import SvgIcon from '../../../shared/svg-icon'; // State Constructor(s) /// /////////////////////////////////////////// -const TreeGrid = props => ( +export const TreeGrid = props => ( ( - - - - - ); -const Default = props => ( +export const DefaultRows = props => ( ( ); -const Expanded = props => ( +export const ExpandedRow = props => ( ( /> ); -const DeepNesting = props => ( +export const DeepNestingRows = props => ( ( export default ( - + ); @@ -377,7 +377,7 @@ export let states = [ label: 'Expanded', element: ( - } /> + } /> ) }, @@ -386,7 +386,7 @@ export let states = [ label: 'Deeply nested branches', element: ( - + ) }
+
{props.employees}
+
{props.phone}
+
{props.owner}
+
{props.city}
+ (