Skip to content

Commit

Permalink
fix(profile-preview): remove showDate parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
merely04 committed Jan 24, 2024
1 parent 91dc57d commit 121c7ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/profile-preview/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const WithDate: Story = {
displayName: 'Imran Akhmedov',
avatarUrl: 'https://source.unsplash.com/random/100x100?sig=1',
date: new Date(),
showDate: true,
},
};

Expand Down

0 comments on commit 121c7ae

Please sign in to comment.