We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app
1 parent 7f4504e commit 13dcc60Copy full SHA for 13dcc60
static/app/views/stories/index.tsx
@@ -34,7 +34,6 @@ export default function Stories({location}: Props) {
34
<StoryTree
35
files={storiesContext()
36
.files()
37
- .map(s => s.replace(/^app\//, ''))
38
.filter(s => s.toLowerCase().includes(searchTerm))}
39
/>
40
</TreeContainer>
0 commit comments