Added missing return

This commit is contained in:
Gytis Vinclovas 2018-12-03 16:38:44 +02:00 committed by GitHub
parent be544bc220
commit 5b914075ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ export default class Preview {
}
if (story) {
this._getStory(story);
return this._getStory(story);
}
const dump = this._stories.dumpStoryBook();