ci: storybook flake for auto-stop display (#2184)

Summary:

Uncaught from the change in https://github.com/coder/coder/pull/2171
This commit is contained in:
G r e y
2022-06-09 11:03:28 -04:00
committed by GitHub
parent fff59ef6ad
commit 857d83750a

View File

@ -97,7 +97,9 @@ export const WorkspaceSchedule: FC<WorkspaceScheduleProps> = ({ workspace }) =>
</div>
<div>
<span className={styles.scheduleLabel}>Shutdown</span>
<span className={styles.scheduleValue}>{Language.autoStopDisplay(workspace)}</span>
<span className={styles.scheduleValue} data-chromatic="ignore">
{Language.autoStopDisplay(workspace)}
</span>
</div>
<div>
<Link