Correct which links are shown for different users

This commit is contained in:
Ben Goldsworthy 2020-10-17 16:21:05 +01:00
parent 93f8b9b53e
commit 728e484049
2 changed files with 4 additions and 4 deletions

View file

@ -101,7 +101,7 @@
<div class="card-header">
<strong>Log of Outgoing Transactions</strong>
<small>This lists all purchases that have been submitted.</small>
<button class="btn pull-right btn-sm" (click)="toggleShowMeta()">
<button *ngIf="accountType == 'organisation'" class="btn pull-right btn-sm" (click)="toggleShowMeta()">
<span *ngIf="!showMeta">Show</span><span *ngIf="showMeta">Hide</span> Details
</button>
</div>