chore: set all issue properties as true by default (#1640)

This commit is contained in:
Aaryan Khandelwal 2023-07-24 12:56:27 +05:30 committed by GitHub
parent e83ef7332d
commit f3b09a13b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 14 deletions

View file

@ -176,8 +176,8 @@ const ProjectCycles: NextPage = () => {
</Tab.List>
<div className="justify-end sm:justify-start flex items-center gap-x-1">
{cycleViews.map((view) => {
if (view.key === "gantt" && (cycleTab === "Active" || cycleTab === "Drafts"))
return null;
if (cycleTab === "Active") return null;
if (view.key === "gantt" && cycleTab === "Drafts") return null;
return (
<button