From a279fa7e9ccad9b5a75c8d40396c12bebc8d53f2 Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Mon, 15 Apr 2024 16:55:45 -0400 Subject: [PATCH] ref(stories): Collapse `app` root We don't really care about this in the story tree --- static/app/views/stories/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/static/app/views/stories/index.tsx b/static/app/views/stories/index.tsx index 3d92d17dce977f..27159ab11de9ae 100644 --- a/static/app/views/stories/index.tsx +++ b/static/app/views/stories/index.tsx @@ -34,6 +34,7 @@ export default function Stories({location}: Props) { s.replace(/^app\//, '')) .filter(s => s.toLowerCase().includes(searchTerm))} />