From eac916a75c2aa5a64af4f18047fb1ffff89a7c98 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 28 Jan 2024 08:57:35 +0100 Subject: [PATCH] Fix control flow --- .../src/app/pages/portfolio/allocations/allocations-page.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/app/pages/portfolio/allocations/allocations-page.html b/apps/client/src/app/pages/portfolio/allocations/allocations-page.html index 8a167ccea..7088c177b 100644 --- a/apps/client/src/app/pages/portfolio/allocations/allocations-page.html +++ b/apps/client/src/app/pages/portfolio/allocations/allocations-page.html @@ -9,6 +9,7 @@ [placeholder]="placeholder" (valueChanged)="filters$.next($event)" /> + }