Skip to content

Commit

Permalink
FIX #5910
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 25, 2019
1 parent 940a7d2 commit f562e8c
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,
active: options.initialActive || 1,
};
}

Expand Down

1 comment on commit f562e8c

@vercel
Copy link

@vercel vercel bot commented on f562e8c 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/pIt2nC68CAD9haiUpSIGWCT7/repo/examples/official-storybook/built-storybooks/angular-cli'

Please sign in to comment.