File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/components/WorkspaceSchedule Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ export const WorkspaceSchedule: FC<WorkspaceScheduleProps> = ({ workspace }) =>
88
88
</ Typography >
89
89
< div >
90
90
< span className = { styles . scheduleLabel } > { Language . autoStartLabel } </ span >
91
- < span className = { styles . scheduleValue } data-chromatic = " ignore">
91
+ < span className = { [ styles . scheduleValue , "chromatic- ignore"] . join ( " " ) } >
92
92
{ Language . autoStartDisplay ( workspace . autostart_schedule ) }
93
93
</ span >
94
94
</ div >
95
95
< div >
96
96
< span className = { styles . scheduleLabel } > { Language . autoStopLabel } </ span >
97
- < span className = { styles . scheduleValue } data-chromatic = " ignore">
97
+ < span className = { [ styles . scheduleValue , "chromatic- ignore"] . join ( " " ) } >
98
98
{ Language . autoStopDisplay ( workspace ) }
99
99
</ span >
100
100
</ div >
You can’t perform that action at this time.
0 commit comments