mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:21:05 +08:00
Added missing return
This commit is contained in:
parent
be544bc220
commit
5b914075ea
2
app/react-native/src/preview/index.js
vendored
2
app/react-native/src/preview/index.js
vendored
@ -165,7 +165,7 @@ export default class Preview {
|
||||
}
|
||||
|
||||
if (story) {
|
||||
this._getStory(story);
|
||||
return this._getStory(story);
|
||||
}
|
||||
|
||||
const dump = this._stories.dumpStoryBook();
|
||||
|
Loading…
x
Reference in New Issue
Block a user