Skip to content

Commit 8058d83

Browse files
Update apps/webapp/app/components/schedules/ScheduleInspector.tsx
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 1ecb593 commit 8058d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/schedules/ScheduleInspector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export function ScheduleInspector({
145145
</Property.Item>
146146
<Property.Item>
147147
<Property.Label>Window</Property.Label>
148-
<Property.Value>{schedule.window}</Property.Value>
148+
<Property.Value>{schedule.window ?? "–"}</Property.Value>
149149
</Property.Item>
150150
<Property.Item className="gap-1">
151151
<Property.Label>Environment</Property.Label>

0 commit comments

Comments
 (0)