Skip to content

Commit

Permalink
[ACS-5551]minor change in code
Browse files Browse the repository at this point in the history
  • Loading branch information
AnukritiGL committed Sep 5, 2023
1 parent 8d8a5a2 commit c02b280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ export class NodeActionsService {

isRuleFolder(node: Node) {
const nodeAspects = this.getNodeAspectNames(node);
return nodeAspects.indexOf('rule:rules') > -1 || nodeAspects.indexOf('rule:rules') > -1;
return nodeAspects.indexOf('rule:rules') > -1;
}

isALinkFolder(node: Node) {
Expand Down

0 comments on commit c02b280

Please sign in to comment.