We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65870e6 commit 929227dCopy full SHA for 929227d
site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx
@@ -88,13 +88,13 @@ export const WorkspaceSchedule: FC<WorkspaceScheduleProps> = ({ workspace }) =>
88
</Typography>
89
<div>
90
<span className={styles.scheduleLabel}>{Language.autoStartLabel}</span>
91
- <span className={styles.scheduleValue} data-chromatic="ignore">
+ <span className={[styles.scheduleValue, "chromatic-ignore"].join(" ")}>
92
{Language.autoStartDisplay(workspace.autostart_schedule)}
93
</span>
94
</div>
95
96
<span className={styles.scheduleLabel}>{Language.autoStopLabel}</span>
97
98
{Language.autoStopDisplay(workspace)}
99
100
0 commit comments