Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: popular story formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Oct 20, 2022
1 parent 9feafa7 commit c37282a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/pages/popular.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export default {
export const Basic = (args) => <Popular {...args} />;

Basic.args = {
data: [profile]
};
data: [profile],
};

0 comments on commit c37282a

Please sign in to comment.