We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff59ef commit 857d837Copy full SHA for 857d837
site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx
@@ -97,7 +97,9 @@ export const WorkspaceSchedule: FC<WorkspaceScheduleProps> = ({ workspace }) =>
97
</div>
98
<div>
99
<span className={styles.scheduleLabel}>Shutdown</span>
100
- <span className={styles.scheduleValue}>{Language.autoStopDisplay(workspace)}</span>
+ <span className={styles.scheduleValue} data-chromatic="ignore">
101
+ {Language.autoStopDisplay(workspace)}
102
+ </span>
103
104
105
<Link
0 commit comments