Skip to content

Commit 0ea92ce

Browse files
authored
Merge branch 'master' into feat/use-infinite-scroll-hook
2 parents 18f0a23 + d99aff0 commit 0ea92ce

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/stories/stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const ScrollableTargetInfiniteScrollStory: Story = {
3737

3838
export const InfiniteScrollTop: Story = {
3939
name: 'InfiniteScrollTop',
40-
render: () => <ScrolleableTop />,
40+
render: () => <ScrollableTop />,
4141
};
4242

4343
export const UseInfiniteScrollHookStory: Story = {

0 commit comments

Comments
 (0)