Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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