Skip to content

Commit

Permalink
[B] Show manage projects on manual not smart collections
Browse files Browse the repository at this point in the history
  • Loading branch information
1aurend committed Dec 12, 2023
1 parent ad02895 commit f095ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ProjectCollectionHeader extends PureComponent {
}
];

const manage = smart
const manage = !smart
? [
{
label: t("project_collections.manage", {
Expand Down

0 comments on commit f095ebe

Please sign in to comment.