Browse Source

web-ui: Always display the TransactionFinder

scalafmt-draft
Alexis Hernandez 7 years ago
parent
commit
873e086008
  1. 1
      web-ui/src/app/app.component.html
  2. 1
      web-ui/src/app/components/home/home.component.html

1
web-ui/src/app/app.component.html

@ -1,5 +1,6 @@
<app-navbar></app-navbar>
<app-transaction-finder></app-transaction-finder>
<router-outlet></router-outlet>
<spinner></spinner>
<hr><hr>

1
web-ui/src/app/components/home/home.component.html

@ -1,2 +1 @@
<app-transaction-finder></app-transaction-finder>

Loading…
Cancel
Save