Skip to content

Commit

Permalink
update when error icon shows in pay monthly modal
Browse files Browse the repository at this point in the history
  • Loading branch information
yeul committed Sep 14, 2023
1 parent 6a7fbd8 commit ae3fd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/v2/parts/Calculator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const Calculator = ({ setExpandedState, calculator, aprDisclaimer }) => {
}`}
>
<div>
{error ? <Icon name="warning" /> : null}
{error && hasUsedInputField ? <Icon name="warning" /> : null}
<div>{error}</div>
</div>
</div>
Expand Down

0 comments on commit ae3fd7b

Please sign in to comment.