[WEB-1982] chore: sidebar navigation item refactor (#5184)

* chore: sidebar navigation item refactor

* chore: module and cycle sidebar padding adjustment
This commit is contained in:
Anmol Singh Bhatia 2024-07-22 15:16:23 +05:30 committed by GitHub
parent 1956da2b90
commit 2ad1047323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 40 additions and 32 deletions

View file

@ -51,6 +51,7 @@ export const CyclePeekOverview: React.FC<Props> = observer(({ projectId, workspa
cycleId={peekCycle?.toString() ?? ""}
handleClose={handleClose}
isArchived={isArchived}
isPeekMode
/>
</div>
)}