diff options
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.html')
| -rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html index 178a2cd..30c3167 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html @@ -35,4 +35,5 @@  <div>      <p *ngIf="!isValid">Invalid input in funding basket!</p>      <button type="submit" class="checkout" title="checkout" (click)="checkout()">Checkout</button> +    <span *ngIf="statusText">{{statusText | async}}</span>  </div>
\ No newline at end of file  | 
