fix: mutation fix and date range helper fn added
This commit is contained in:
parent
02e4e58f19
commit
f965734f3b
3 changed files with 43 additions and 5 deletions
|
|
@ -128,7 +128,7 @@ export const CycleDetailsSidebar: React.FC<Props> = ({
|
|||
<Squares2X2Icon className="h-4 w-4 flex-shrink-0" />
|
||||
{cycleStatus === "current"
|
||||
? "In Progress"
|
||||
: cycleStatus === "past"
|
||||
: cycleStatus === "completed"
|
||||
? "Completed"
|
||||
: cycleStatus === "upcoming"
|
||||
? "Upcoming"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue