From 7de8b2b4efa4e596bf0efde6352fc4cb99b7e504 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Fri, 6 Feb 2026 09:13:04 -0800 Subject: [PATCH] Always show fiat price --- .../src/app/components/calculator/calculator.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/calculator/calculator.component.html b/frontend/src/app/components/calculator/calculator.component.html index f6461bcd1..e9a8a9537 100644 --- a/frontend/src/app/components/calculator/calculator.component.html +++ b/frontend/src/app/components/calculator/calculator.component.html @@ -59,7 +59,7 @@
- Fiat price last updated + Fiat price last updated : {{ price$ | async | fiatCurrency : '1.0-0' : (currency$ | async) }}