Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62a20e8

Browse files
chore(site): ignore deletion date on chromatic (#11372)
1 parenta1341ee commit62a20e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎site/src/pages/WorkspacePage/WorkspaceTopbar/WorkspaceTopbar.tsx‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ export const WorkspaceTopbar = (props: WorkspaceProps) => {
185185
title="Schedule settings"
186186
css={{color:"inherit"}}
187187
>
188-
Deletion on{newDate(workspace.deleting_at!).toLocaleString()}
188+
Deletion on{" "}
189+
<spandata-chromatic="ignore">
190+
{newDate(workspace.deleting_at!).toLocaleString()}
191+
</span>
189192
</Link>
190193
</TopbarData>
191194
)}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp