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

Commitfa25365

Browse files
greyscaledkylecarbs
authored andcommitted
ci: storybook flake for auto-stop display (#2184)
Summary:Uncaught from the change in#2171
1 parenta8c4c46 commitfa25365

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ export const WorkspaceSchedule: FC<WorkspaceScheduleProps> = ({ workspace }) =>
9797
</div>
9898
<div>
9999
<spanclassName={styles.scheduleLabel}>Shutdown</span>
100-
<spanclassName={styles.scheduleValue}>{Language.autoStopDisplay(workspace)}</span>
100+
<spanclassName={styles.scheduleValue}data-chromatic="ignore">
101+
{Language.autoStopDisplay(workspace)}
102+
</span>
101103
</div>
102104
<div>
103105
<Link

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp