Skip to content

Commit

Permalink
Revert "ref(stories): Collapse app root (#68939)"
Browse files Browse the repository at this point in the history
This reverts commit 11fbab6.

Co-authored-by: evanpurkhiser <[email protected]>
  • Loading branch information
getsentry-bot and evanpurkhiser committed Apr 15, 2024
1 parent 7f4504e commit 13dcc60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/app/views/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function Stories({location}: Props) {
<StoryTree
files={storiesContext()
.files()
.map(s => s.replace(/^app\//, ''))
.filter(s => s.toLowerCase().includes(searchTerm))}
/>
</TreeContainer>
Expand Down

0 comments on commit 13dcc60

Please sign in to comment.