fix: ui improvement (#395)
* fix: current cycle date updation * fix: sidebar overflow fix , date helper fn added
This commit is contained in:
parent
30a91a6b91
commit
afe2b029c0
6 changed files with 43 additions and 41 deletions
|
|
@ -81,8 +81,7 @@ const SingleCycle: React.FC<UserAuth> = (props) => {
|
|||
|
||||
const cycleStatus =
|
||||
cycleDetails?.start_date && cycleDetails?.end_date
|
||||
? getDateRangeStatus(cycleDetails?.start_date, cycleDetails?.end_date)
|
||||
: "draft";
|
||||
? getDateRangeStatus(cycleDetails?.start_date, cycleDetails?.end_date) : "";
|
||||
|
||||
const { data: cycleIssues } = useSWR<CycleIssueResponse[]>(
|
||||
workspaceSlug && projectId && cycleId ? CYCLE_ISSUES(cycleId as string) : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue