8000 ci: storybook flake for auto-stop display by greyscaled · Pull Request #2184 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

ci: storybook flake for auto-stop display #2184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: storybook flake for auto-stop display
Summary:

Uncaught from the change in #2171
  • Loading branch information
greyscaled authored Jun 8, 2022
commit 9a9efacafb2d5d56e73a822abd0d4d2e8e8c12ac
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ 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
Expand Down
0