Skip to content

Commit

Permalink
Remove duplicate block message
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Apr 29, 2024
1 parent 7b426e4 commit 92eae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01JHU_INST-JHU/html/prm-location-items-after.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</div>
<div layout-align="end center" layout="row" layout-wrap flex-xs="100" flex-sm="30">
<div ng-if="$ctrl.parentCtrl.isLoggedIn() && item.listOfServices.length === 0" style="margin-top: 1.5em; font-weight: bold;" flex flex-xs="100"> <span translate="item.request.blocked"></span></span></div>
<div ng-if="!$ctrl.parentCtrl.currLoc.location.isValidUser"><span translate="item.request.not_available"></span></div>

<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">
Expand Down

0 comments on commit 92eae8c

Please sign in to comment.