Skip to content

Commit b367495

Browse files
committed
fix: remove dynamic name from OverflowY story
1 parent b1e1271 commit b367495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/OverflowY/OverflowY.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for (let i = 0; i < 20; i++) {
77
}
88

99
const meta: Meta<typeof OverflowY> = {
10-
title: `components/${OverflowY.name}`,
10+
title: "components/OverflowY",
1111
component: OverflowY,
1212
args: {
1313
maxHeight: 400,

0 commit comments

Comments
 (0)