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

Commit57c6d88

Browse files
chore: Ignore last built value on Chromatic (#1687)
1 parent98c89f8 commit57c6d88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎site/src/components/WorkspaceStats/WorkspaceStats.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ export const WorkspaceStats: React.FC<WorkspaceStatsProps> = ({ workspace }) =>
5252
<divclassName={styles.statsDivider}/>
5353
<divclassName={styles.statItem}>
5454
<spanclassName={styles.statsLabel}>Last built</span>
55-
<spanclassName={styles.statsValue}>{dayjs().to(dayjs(workspace.latest_build.created_at))}</span>
55+
<spanclassName={styles.statsValue}data-chromatic="ignore">
56+
{dayjs().to(dayjs(workspace.latest_build.created_at))}
57+
</span>
5658
</div>
5759
</div>
5860
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp