Skip to content

Commit

Permalink
Fix initial viewMode parsing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jun 22, 2019
1 parent 4265565 commit 5b204b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/client/preview/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ export const initializePath = () => {
setPath({ storyId, viewMode });
}
}
return { storyId };
return { storyId, viewMode };
};

1 comment on commit 5b204b9

@vercel
Copy link

@vercel vercel bot commented on 5b204b9 Jun 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.