Skip to content

Commit

Permalink
chore: remove useless new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Zhukov committed Nov 5, 2021
1 parent fdde097 commit ded097e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/preview-web/src/PreviewWeb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ export class PreviewWeb<TFramework extends AnyFramework> {
this.previousStory = story;

const { parameters, initialArgs, argTypes, args } = this.storyStore.getStoryContext(story);

if (FEATURES?.storyStoreV7) {
this.channel.emit(Events.STORY_PREPARED, {
id: storyId,
Expand Down

0 comments on commit ded097e

Please sign in to comment.