Skip to content

Commit

Permalink
FIX MobileLayout component error on master (#8941)
Browse files Browse the repository at this point in the history
FIX MobileLayout component error on master
  • Loading branch information
ndelangen committed Nov 27, 2019
2 parents 9982ef1 + 90d3382 commit f9f3fa3
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: typeof options.initialActive === 'number' ? options.initialActive : 1,
};
}

Expand Down

1 comment on commit f9f3fa3

@vercel
Copy link

@vercel vercel bot commented on f9f3fa3 Nov 27, 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/SeaOyt4lzrWpuX1Hcb8w4pny/repo/examples/official-storybook/built-storybooks/angular-cli'

Please sign in to comment.