Skip to content

Commit

Permalink
feat: return data-testid for reward-address-input wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Aug 21, 2024
1 parent ea66b4a commit 4f92fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/rewards/features/top-card/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Wallet: FC = () => {
} = useRewardsHistory();

return (
<WalletStyle>
<WalletStyle data-testid="inputSection">
<ThemeProvider theme={themeDark}>
<WalletContentStyle>
<AddressInput
Expand Down

0 comments on commit 4f92fe4

Please sign in to comment.