From 01bd9dd957e11809f1e2ab30e8231656bad81a6c Mon Sep 17 00:00:00 2001 From: Mononaut Date: Tue, 11 Jul 2023 11:18:17 +0900 Subject: [PATCH] Add spacer for missing fiat values --- frontend/src/app/fiat/fiat.component.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/fiat/fiat.component.html b/frontend/src/app/fiat/fiat.component.html index afee30d27..ebf59ffb1 100644 --- a/frontend/src/app/fiat/fiat.component.html +++ b/frontend/src/app/fiat/fiat.component.html @@ -8,7 +8,10 @@ - + {{ (conversions[currency] > -1 ? conversions[currency] : 0) * value / 100000000 | fiatCurrency : digitsInfo : currency }} + +   + \ No newline at end of file