Skip to content

Commit 9a9efac

Browse files
authored
ci: storybook flake for auto-stop display
Summary: Uncaught from the change in #2171
1 parent c331137 commit 9a9efac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ 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">{Language.autoStopDisplay(workspace)}</span>
101101
</div>
102102
<div>
103103
<Link

0 commit comments

Comments
 (0)