chore: project cycle bug fixes and improvement (#3427)

* chore: burndown chart's completed at changes

* chore: project cycle bug fixes and improvement

* chore: cycle state constant updated

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
This commit is contained in:
Anmol Singh Bhatia 2024-01-22 20:42:09 +05:30 committed by GitHub
parent 49452a68ab
commit fd5326dec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 149 additions and 212 deletions

View file

@ -127,7 +127,7 @@ export const ActiveCycleProgressStats: React.FC<Props> = ({ cycle }) => {
</Tab.Panels>
) : (
<div className="mt-4 grid place-items-center text-center text-sm text-custom-text-200">
No issues present in the cycle.
There are no high priority issues present in this cycle.
</div>
)}
</Tab.Group>