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} );