Skip to content

Commit

Permalink
chore: add saved button in storybook (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG authored Oct 23, 2023
1 parent 3c195c9 commit 864668e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/BlogPage/__stories__/BlogPage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default {
await new Promise((resolve) => setTimeout(() => resolve(props), 3000));
},
toggleLike: null,
hasLikes: true,
},
} as Meta;

Expand Down

0 comments on commit 864668e

Please sign in to comment.