From 15a92b984c73e3e634dd325ad16874695a22b3f9 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 5 Mar 2025 12:00:32 +0100 Subject: [PATCH] style: linter and prettier --- frontend/src/app/feature/deposit/deposit.component.html | 4 ++-- frontend/src/app/feature/home/home.component.html | 5 ++++- frontend/src/app/feature/home/home.component.ts | 6 +++--- .../components/confirmation/confirmation.component.html | 9 +++------ .../components/confirmation/confirmation.component.ts | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/src/app/feature/deposit/deposit.component.html b/frontend/src/app/feature/deposit/deposit.component.html index 1fd4318..fdaf87a 100644 --- a/frontend/src/app/feature/deposit/deposit.component.html +++ b/frontend/src/app/feature/deposit/deposit.component.html @@ -1,9 +1,9 @@ -@if (isOpen){ +@if (isOpen) {