Skip to content

Commit

Permalink
Remove block message if listOfServices is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed May 10, 2024
1 parent 0635f33 commit 86598db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 01JHU_INST-JHU/html/prm-location-items-after.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
</div>
</div>
<div layout-align="end center" layout="row" layout-wrap flex-xs="100" flex-sm="30">
<div ng-if="$ctrl.parentCtrl.currLoc.location.isValidUser && item.listOfServices.length === 0 && $ctrl.parentCtrl.isLoggedIn()">
<span translate="item.request.blocked"></span>
</div>
<div layout="row" layout-align="center center" ng-repeat="service in item.listOfServices track by $index">
<prm-service-button ng-if="$ctrl.parentCtrl.allowService() && (service.enableWithoutLogin || $ctrl.parentCtrl.isLoggedIn())"
[service]="service" (change-tab-event)="::$ctrl.parentCtrl.onChangeTabEvent($event)" [parent-tab]="::$ctrl.parentCtrl.tabId"
Expand Down

0 comments on commit 86598db

Please sign in to comment.