mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
CLEANUP
This commit is contained in:
parent
4ae3b1869a
commit
f7fca36247
@ -54,7 +54,7 @@ const initStoriesApi = ({
|
||||
return storiesHash[storyId];
|
||||
}
|
||||
|
||||
const [, , refId, realId] = storyId.match(split);
|
||||
const [, , refId] = storyId.match(split);
|
||||
|
||||
if (refs[refId] && refs[refId].data[storyId]) {
|
||||
return refs[refId].data[storyId];
|
||||
|
Loading…
x
Reference in New Issue
Block a user