Skip to content

Commit

Permalink
fix: fix Date story build error
Browse files Browse the repository at this point in the history
  • Loading branch information
KannoStanfoot committed May 11, 2024
1 parent 426ef4d commit 691c3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/date/Date.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ export const I18n: Story = {
name: 'i18n',
render: () => ({
components: { Date },
template: '<Date :prefix-year="$t(`prefix_year`)" :suffix-year="$t(`suffix_year`)" :date="$t(`start_date`)" :dayOfWeek="$t(`day_of_week.monday`),``" />'
template: '<Date :prefix-year="$t(`prefix_year`)" :suffix-year="$t(`suffix_year`)" :date="$t(`start_date`)" :dayOfWeek="$t(`day_of_week.monday`)" />'
})
}

0 comments on commit 691c3d3

Please sign in to comment.