Skip to content

Commit

Permalink
🐛 remove duplicated data-testid
Browse files Browse the repository at this point in the history
  • Loading branch information
sebipap authored and jgalat committed Oct 26, 2023
1 parent f4467bb commit 2bb59dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/GetEXA/ChainSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function ChainOption({ chain, option = false, optionSize = 17, selectedSize = 14
}}
/>
)}
<Typography fontWeight={600} fontSize={size} color="grey.900" data-testid="get-exa-chain">
<Typography fontWeight={600} fontSize={size} color="grey.900">
{chain.name}
</Typography>
</Box>
Expand Down

0 comments on commit 2bb59dd

Please sign in to comment.