Skip to content

Commit

Permalink
fix(GenerationAnimation): Fix typo in top 5 story config
Browse files Browse the repository at this point in the history
  • Loading branch information
zane committed Oct 4, 2022
1 parent d985f56 commit b6b4d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/GenerationAnimation.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export const Top5 = Template.bind({});
Top5.args = {
columns: ['Purpose', 'Country_of_Operator'],
given: { Class_of_Orbit: 'GEO', Dry_mass_kg: 500 },
maxShownn: 5,
maxShown: 5,
rows,
};

0 comments on commit b6b4d59

Please sign in to comment.