We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8870ae3 commit bd64519Copy full SHA for bd64519
site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx
@@ -158,7 +158,7 @@ export const WorkspaceSchedule: FC<WorkspaceScheduleProps> = ({
158
<span className={[styles.scheduleValue, "chromatic-ignore"].join(" ")}>
159
{Language.autoStopDisplay(workspace)}
160
</span>
161
- {editDeadlineButtons}
+ {canUpdateWorkspace && editDeadlineButtons}
162
</Stack>
163
</div>
164
{canUpdateWorkspace && (
0 commit comments