Skip to content

Commit

Permalink
support having no layout data to begin 😨 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 3, 2018
1 parent d7c0503 commit 2a60664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main/PluginGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class PluginGrid extends React.Component<IPluginGridProps, IState> {
editStyles: this.props.editStyles || {
backgroundColor: 'rgba(51, 138, 46, 0.6)'
},
layout: this.props.layout,
layout: this.props.layout || [],
plugins: []
}

Expand Down

0 comments on commit 2a60664

Please sign in to comment.