Skip to content

Commit

Permalink
fix(ramp): fix sell copy for unsupported region in build quote (#7872)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachunei authored Nov 17, 2023
1 parent 828e350 commit 49e031d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/UI/Ramp/buy/Views/BuildQuote/BuildQuote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ const BuildQuote = () => {
dismiss={hideRegionModal as () => void}
onRegionPress={handleRegionPress}
location={screenLocation}
rampType={rampType}
/>
</ScreenLayout>
);
Expand Down

0 comments on commit 49e031d

Please sign in to comment.