Skip to content

Commit

Permalink
fix type error in the preview-card strory
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Sep 11, 2024
1 parent 43c0473 commit 88fa97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/preview-card/preview-card.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default {

export const Default: StoryObj<typeof PreviewCard> = {
args: {
slot: 'Hello world!',
event: {
id: 'da076402-6f98-4ada-bae2-d77d405cf427',
type: EventTypes.Monolog,
Expand All @@ -19,6 +18,7 @@ export const Default: StoryObj<typeof PreviewCard> = {
one: 1,
two: 2,
},
payload: [],
date: new Date(1673266869 * 1000),
labels: [ 'Monolog', '200' ]
},
Expand Down

0 comments on commit 88fa97a

Please sign in to comment.