Skip to content

Commit 13dcc60

Browse files
Revert "ref(stories): Collapse app root (#68939)"
This reverts commit 11fbab6. Co-authored-by: evanpurkhiser <[email protected]>
1 parent 7f4504e commit 13dcc60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: static/app/views/stories/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export default function Stories({location}: Props) {
3434
<StoryTree
3535
files={storiesContext()
3636
.files()
37-
.map(s => s.replace(/^app\//, ''))
3837
.filter(s => s.toLowerCase().includes(searchTerm))}
3938
/>
4039
</TreeContainer>

0 commit comments

Comments
 (0)