Skip to content

Commit

Permalink
fix watchlist filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion committed Feb 5, 2021
1 parent 54a12b9 commit 5b1954b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3>{{'DASHBOARD.RECOMMENDATIONS' | translate}}</h3>
</div>

<!----------------------------------------------watchlist-------------------------------------------->
<div ng-if="vm.isDashType('home') && vm.watchlistEntry.list.length && !vm.isDashSectionHidden('watchlist')">
<div ng-if="(vm.isDashType('home') || vm.isDashType('watchlist')) && vm.watchlistEntry.list.length && !vm.isDashSectionHidden('watchlist')">
<hr/>
<h3>{{'DASHBOARD.WATCHLIST' | translate}}</h3>

Expand Down

0 comments on commit 5b1954b

Please sign in to comment.