Skip to content

Commit

Permalink
fix in meta component creation
Browse files Browse the repository at this point in the history
  • Loading branch information
framefactory committed Apr 24, 2019
1 parent d94a96d commit 21c088c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client/ui/story/NotesPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default class NotesPanel extends NodeView
next.createComponent(CVMeta);
}

const process = next.meta.process;
const process = next.meta && next.meta.process;

if (process) {
this.notes = process.getOrCreate("notes", []);
Expand Down

0 comments on commit 21c088c

Please sign in to comment.