Skip to content

Commit

Permalink
Feature: Peruvian Currency in Microcredit Form (#649)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Marques <[email protected]>
  • Loading branch information
hugomarquesdev and Hugo Marques authored Nov 16, 2023
1 parent 5e38762 commit 7599722
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/views/MicroCredit/Application/FullWidthField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,16 @@ const FullWidthField = (props: FullWidthProps) => {
setCurrency('venezuelanBolivar');
},
title: t('venezuelanBolivar')
},
{
onClick: () => {
updateIncome(
income,
'peruvianNuevoSol'
);
setCurrency('peruvianNuevoSol');
},
title: t('peruvianNuevoSol')
}
]}
title={
Expand Down

1 comment on commit 7599722

@vercel
Copy link

@vercel vercel bot commented on 7599722 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-git-production-ipct.vercel.app
app-ipct.vercel.app
app.impactmarket.com

Please sign in to comment.