Skip to content

Commit 7989e90

Browse files
committed
fix: last deploy variable name
1 parent 10b730a commit 7989e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/stories/BaseLayout.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const meta = {
2121
disable: true,
2222
},
2323
},
24-
lastDeployDate: {
24+
lastDeployLocaleTimestamp: {
2525
table: {
2626
disable: true,
2727
},
@@ -40,6 +40,6 @@ export const BaseLayout: StoryObj<typeof meta> = {
4040
),
4141
contentIsOutdated: false,
4242
contentNotTranslated: false,
43-
lastDeployDate: "May 14, 2021",
43+
lastDeployLocaleTimestamp: "May 14, 2021",
4444
},
4545
}

0 commit comments

Comments
 (0)