feat: date range status function added
This commit is contained in:
parent
8a941d0d14
commit
02e4e58f19
3 changed files with 18 additions and 34 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 === "completed"
|
||||
: cycleStatus === "past"
|
||||
? "Completed"
|
||||
: cycleStatus === "upcoming"
|
||||
? "Upcoming"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue