Skip to content

Commit

Permalink
fix issue w/accidental line erasures
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRomani committed Feb 28, 2018
1 parent a684cd2 commit e8945fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/EditorWidgets/Object/ObjectControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default class ObjectControl extends Component {
const widget = resolveWidget(widgetName);
const fieldName = field.get('name');
const fieldValue = value && Map.isMap(value) ? value.get(fieldName) : value;

return (
<EditorControl
key={key}
Expand Down

0 comments on commit e8945fb

Please sign in to comment.