Skip to content

Commit

Permalink
Whoops! Missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jul 4, 2018
1 parent 9b10877 commit 96667b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/viewport/src/preview/withViewport.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const applyViewportOptions = (options = {}) => {
const withViewport = makeDecorator({
name: 'withViewport',
parameterName: 'viewport',
allowDeprecatedUsage: true,
wrapper: (getStory, context, { options, parameters }) => {
const storyOptions = parameters || options;
const viewportOptions =
Expand Down

0 comments on commit 96667b5

Please sign in to comment.