Skip to content

Commit 927db8e

Browse files
[DSC-2336] remove useless parenthesis
1 parent 5dbb066 commit 927db8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/form/vocabulary-treeview/vocabulary-treeview.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class VocabularyTreeviewService {
151151
return;
152152
}
153153
this.getChildrenNodesByParent(item.otherInformation.id, parent.pageInfo, (loadAll && selectedItems.length > 0)).subscribe((list: PaginatedList<VocabularyEntryDetail>) => {
154-
if ((onlyFirstTime && parent.children!.length > 0 && !loadAll)) {
154+
if (onlyFirstTime && parent.children!.length > 0 && !loadAll) {
155155
return;
156156
}
157157

0 commit comments

Comments
 (0)