Skip to content

Commit

Permalink
AC-195 Partners code modified to implement Zambia, Malawi and Tanzania
Browse files Browse the repository at this point in the history
  • Loading branch information
Minotriz02 authored and Minotriz02 committed Mar 7, 2024
1 parent 7eb8709 commit 0c1fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/pages/partners/Partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Partners() {
</div>
</div>
<div className='px-5'>
{['Colombia', 'Ethiopia', 'Angola', 'Guatemala', 'Perú']
{['Colombia', 'Ethiopia', 'Angola', 'Guatemala', 'Perú', 'Zambia', 'Malawi', 'Tanzania']
.map((country) => {
if (!groupedPartners[country]) {
return null;
Expand Down

0 comments on commit 0c1fdae

Please sign in to comment.