Skip to content

Commit

Permalink
fix: remove unused test id
Browse files Browse the repository at this point in the history
  • Loading branch information
acnormun committed Dec 6, 2024
1 parent d0fffc6 commit 813e2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default class CurrencyElement extends React.Component<

const amountInput =
this.props.index > -1 ? (
<div className={styles.amount} data-testid="amount">
<div className={styles.amount}>
<TextInputElement
placeholder={placeholder}
name={i18n.t('forms.value', 'value')}
Expand Down

0 comments on commit 813e2ac

Please sign in to comment.