style: linter and prettier
This commit is contained in:
parent
212bee3bd2
commit
15a92b984c
5 changed files with 15 additions and 15 deletions
|
@ -71,7 +71,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<app-confirmation [successful]="isDepositSuccessful" (close)="closeDepositConfirmationModal()"></app-confirmation>
|
||||
<app-confirmation
|
||||
[successful]="isDepositSuccessful"
|
||||
(close)="closeDepositConfirmationModal()"
|
||||
></app-confirmation>
|
||||
|
||||
<div class="card p-4">
|
||||
<h3 class="section-heading text-xl mb-4">Letzte Transaktionen</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue