Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed May 6, 2022
1 parent d96e1a1 commit e4b9bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/store/src/StoryStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export class StoryStore<TFramework extends AnyFramework> {

acc[storyId] = Object.entries(story).reduce(
(storyAcc, [key, value]) => {
if (key === 'moduleExport') return storyAcc;
if (typeof value === 'function') {
return storyAcc;
}
Expand Down

0 comments on commit e4b9bd7

Please sign in to comment.