Skip to content

Commit 857d837

Browse files
authored
ci: storybook flake for auto-stop display (#2184)
Summary: Uncaught from the change in #2171
1 parent fff59ef commit 857d837

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx

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

0 commit comments

Comments
 (0)