Skip to content

Commit

Permalink
release(hotfix): hide giftee nav when unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
bjardon committed Dec 1, 2024
1 parent 5512570 commit 2a403a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 class="mb-0 fw-normal flex-grow-1">{{exchange?.title}}</h2>
>Mi wishlist</a
>
</li>
<li class="nav-item">
<li *ngIf="exchange?.drawnOn" class="nav-item">
<a
class="nav-link"
[routerLink]="['/hub/exchanges', exchange!._id, 'giftee']"
Expand Down

0 comments on commit 2a403a4

Please sign in to comment.