Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: removed unexpected thing
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Sep 22, 2023
1 parent 608de55 commit 218cce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/payment-methods/_expanded-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const ExpandList = ({ payment_data, is_fiat_onramp, locale }: PaymentProps) => {
return (
<>
<Tr is_expanded={is_expanded}>
<th scope="row">dfasdf</th>
<Td>{payment_data.method}</Td>
<Td colSpan={is_fiat_onramp && parse_to_integer}>
<StyleCurrencyText>
Expand Down

0 comments on commit 218cce5

Please sign in to comment.