Skip to content

Commit 54aaf0c

Browse files
fix: fix profile dropdown wallet icon test id
1 parent 9c60e75 commit 54aaf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-system/profile-dropdown/profile-dropdown-wallet-icon.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const WalletIcon = ({ type, testId }: Readonly<Props>): JSX.Element => {
2929
className={cx.container({
3030
bg: type,
3131
})}
32-
data-testid={testId}
32+
testId={testId}
3333
data-value={type}
3434
>
3535
<Icon />

0 commit comments

Comments
 (0)