Skip to content

Commit

Permalink
2nd
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera authored and Ibrahim Taveras committed May 22, 2023
1 parent 4292dbe commit c710007
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/screens/AddCash/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ export function AddCashSheet() {
<Box paddingVertical="44px" width="full">
<Separator color="separatorTertiary" />

<Box paddingTop="20px">
<Moonpay accountAddress={accountAddress} />
</Box>

{isRatioEnabled && (
<Box paddingTop="20px">
<Ratio accountAddress={accountAddress} />
</Box>
)}

<Box paddingTop="20px">
<Moonpay accountAddress={accountAddress} />
</Box>

<Box paddingTop="20px">
<Ramp accountAddress={accountAddress} />
</Box>
Expand Down

0 comments on commit c710007

Please sign in to comment.