fix non tanto fix positionNotFoundFunction

This commit is contained in:
2023-04-30 10:53:23 +02:00
parent 66aa99fe4f
commit f9f0bd2e19
2 changed files with 31 additions and 30 deletions

View File

@@ -17,7 +17,7 @@
<a class="link link-primary" href="location/{{locations.location}}">{{locations.location}}</a>
</h3>
<div>
<h4 *ngIf="locations.distance &&! positionNotFound">{{translations.distance}}{{locations.distance}} km</h4>
<h4 *ngIf="locations.distance && !positionNotFound">{{translations.distance}}{{locations.distance}} km</h4>
<h4 *ngIf="positionNotFound && !locations.distance">{{translations.positionNotFoundErrorMessage}}</h4>
</div>
</div>