mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user