Skip to content

Commit

Permalink
Merge pull request #138 from Apes2getherStrong/WTG-59-remove-points-f…
Browse files Browse the repository at this point in the history
…rom-add-new-route

WTG-59 point removed from add new route
  • Loading branch information
Kondziow authored Oct 18, 2024
2 parents 8a5c2da + d8a69bd commit 6447cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/route/route-edit/route-edit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ <h2 *ngIf="editMode" class="card-title">Editing Route</h2>
</form>
</div>

<div class="card mb-4" style="margin-top: 40px;">
<div *ngIf="editMode" class="card mb-4" style="margin-top: 40px;">
<div class="card-header d-flex justify-content-between align-items-center">
<h2 class="card-title">Points</h2>
<button *ngIf="editMode" class="btn btn-primary" (click)="onAddPoint()">Add Point</button>
<button class="btn btn-primary" (click)="onAddPoint()">Add Point</button>
</div>
<div class="card-body">
<app-map-location-list *ngIf="editMode" [route]="route"></app-map-location-list>
Expand Down

0 comments on commit 6447cde

Please sign in to comment.