We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315cef1 commit 036d8f5Copy full SHA for 036d8f5
packages/ui-components/stories/infinite-scroll.stories.ts
@@ -27,7 +27,7 @@ const initialItems = [
27
all_names: "Aaron,Aaron",
28
combined_id: 1,
29
strat_ranks: "Fm",
30
- }
+ },
31
];
32
33
Primary.args = {
@@ -39,7 +39,7 @@ Primary.args = {
39
route: "https://dev.macrostrat.org/api/pg/strat_combined",
40
getNextParams,
41
delay: 200,
42
- initialItems
+ initialItems,
43
};
44
45
function getNextParams(response, params) {
0 commit comments