10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c331137 commit 9a9efacCopy full SHA for 9a9efac
site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx
@@ -97,7 +97,7 @@ 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">{Language.autoStopDisplay(workspace)}</span>
101
102
103
<Link
0 commit comments