Skip to content

Commit

Permalink
Merge pull request #48890 from Expensify/vit-48883
Browse files Browse the repository at this point in the history
[CP Staging] Fix showing error when setting tax reclaimable on
  • Loading branch information
mountiny authored Sep 10, 2024
2 parents fe4d19e + a0bfd4f commit 545f897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AmountForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function AmountForm(
// eslint-disable-next-line react/jsx-props-no-spreading
{...rest}
/>
{!errorText && (
{!!errorText && (
<FormHelpMessage
style={[styles.pAbsolute, styles.b0, canUseTouchScreen ? styles.mb0 : styles.mb3, styles.ph5, styles.w100]}
isError
Expand Down

0 comments on commit 545f897

Please sign in to comment.