chore: set all issue properties as true by default (#1640)
This commit is contained in:
parent
e83ef7332d
commit
f3b09a13b8
4 changed files with 47 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue