Skip to content

Commit ea47b6c

Browse files
committed
Merge branch 'infinitescroll' of https://github.com/UW-Macrostrat/web-components into infinitescroll
2 parents 699674f + 036d8f5 commit ea47b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ui-components/stories/infinite-scroll.stories.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const initialItems = [
2727
all_names: "Aaron,Aaron",
2828
combined_id: 1,
2929
strat_ranks: "Fm",
30-
}
30+
},
3131
];
3232

3333
Primary.args = {
@@ -38,8 +38,8 @@ Primary.args = {
3838
},
3939
route: "https://dev.macrostrat.org/api/pg/strat_combined",
4040
getNextParams,
41-
delay: 100,
42-
initialItems
41+
delay: 200,
42+
initialItems,
4343
};
4444

4545
function getNextParams(response, params) {

0 commit comments

Comments
 (0)