Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 25, 2019
1 parent f562e8c commit 7d2dfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/components/layout/mobile.js
Expand Up @@ -128,7 +128,7 @@ class Mobile extends Component {

const { options } = props;
this.state = {
active: options.initialActive || 1,
active: typeof options.initialActive === 'number' ? options.initialActive : 1,
};
}

Expand Down

1 comment on commit 7d2dfc2

@vercel
Copy link

@vercel vercel bot commented on 7d2dfc2 Nov 25, 2019

Choose a reason for hiding this comment

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

Deployment failed with the following error:

ENOENT: no such file or directory, stat '/tmp/dnrsaB8Q9HAZgeCHsHCqFDv7/repo/examples/official-storybook/built-storybooks/angular-cli'

Please sign in to comment.