Skip to content

Commit 036d8f5

Browse files
davidsklar99github-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 315cef1 commit 036d8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 = {
@@ -39,7 +39,7 @@ Primary.args = {
3939
route: "https://dev.macrostrat.org/api/pg/strat_combined",
4040
getNextParams,
4141
delay: 200,
42-
initialItems
42+
initialItems,
4343
};
4444

4545
function getNextParams(response, params) {

0 commit comments

Comments
 (0)