Skip to content

Commit 929227d

Browse files
authored
bug: fix chromatic schedule bug (coder#2481)
1 parent 65870e6 commit 929227d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ export const WorkspaceSchedule: FC<WorkspaceScheduleProps> = ({ workspace }) =>
8888
</Typography>
8989
<div>
9090
<span className={styles.scheduleLabel}>{Language.autoStartLabel}</span>
91-
<span className={styles.scheduleValue} data-chromatic="ignore">
91+
<span className={[styles.scheduleValue, "chromatic-ignore"].join(" ")}>
9292
{Language.autoStartDisplay(workspace.autostart_schedule)}
9393
</span>
9494
</div>
9595
<div>
9696
<span className={styles.scheduleLabel}>{Language.autoStopLabel}</span>
97-
<span className={styles.scheduleValue} data-chromatic="ignore">
97+
<span className={[styles.scheduleValue, "chromatic-ignore"].join(" ")}>
9898
{Language.autoStopDisplay(workspace)}
9999
</span>
100100
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy