fix: cycles build issue (#5750)

This commit is contained in:
Akshita Goyal 2024-10-04 14:11:26 +05:30 committed by GitHub
parent f1a0a8d925
commit ec22f1fc53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ export const CyclesList: FC<ICyclesList> = observer((props) => {
</>
) : (
<>
<ActiveCycleRoot />
<ActiveCycleRoot workspaceSlug={workspaceSlug} projectId={projectId} />
{upcomingCycleIds && (
<Disclosure as="div" className="flex flex-shrink-0 flex-col" defaultOpen>