From e39239b9b5829e9ef3a2364916219e88ad2ea923 Mon Sep 17 00:00:00 2001 From: counterweight Date: Fri, 23 May 2025 23:41:22 +0200 Subject: [PATCH] loading --- src/components/LoanPanel.jsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/LoanPanel.jsx b/src/components/LoanPanel.jsx index 2ed0c8d..fd06c68 100644 --- a/src/components/LoanPanel.jsx +++ b/src/components/LoanPanel.jsx @@ -72,7 +72,14 @@ const LoanPanel = () => { loanInterest={loanInterest} /> - {hasBeenInteracted ?

Someone touched meeee

: null} + {hasBeenInteracted ? ( +
+
+

+ Calculando los detalles del préstamo... +

+
+ ) : null} );