Skip to content

Commit

Permalink
fix: remove unused components field
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 16, 2021
1 parent 0ab793a commit 0ed9d30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/instrument/src/babel/esm-stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const extractCSFStories = (
const doc: Document = {
...attributes,
title,
components: {},
};
if (attrComponents.length > 0) {
doc.component = attrComponents[0];
Expand Down

0 comments on commit 0ed9d30

Please sign in to comment.