Skip to content

Commit 97a129d

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2194 Fixup comments in code
1 parent 681bc8f commit 97a129d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/app/shared/search/search-charts/search-charts.component.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,18 @@ export class SearchChartsComponent implements OnInit {
7474
*/
7575
chartsVisibilityList$: Observable<boolean[]> = of([true]);
7676

77+
/**
78+
* Prop that provides the boolean value for an existing valid chart (true if at least one valid chart is found)
79+
*/
80+
hasValidCharts = false;
81+
7782
/**
7883
*
7984
* @param cdr
8085
* @param searchService
8186
* @param platformId
8287
* @param searchConfigService
8388
*/
84-
85-
/**
86-
* Prop that provides the boolean value for an existing valid chart (true if at least one valid chart is found)
87-
*/
88-
hasValidCharts = false;
89-
9089
constructor(
9190
private cdr: ChangeDetectorRef,
9291
private searchService: SearchService,

0 commit comments

Comments
 (0)