Skip to content

Commit

Permalink
undefined issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Sep 29, 2023
1 parent f3895d2 commit 3b94990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/governance/supporters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function getStaticProps() {
item.country = countries.find(
(country) =>
country.code.toLowerCase() === item.country_code.toLowerCase()
).name
)?.name
} else item.country = ''

return item
Expand Down
2 changes: 1 addition & 1 deletion pages/membership/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function getStaticProps() {
item.country = countries.find(
(country) =>
country.code.toLowerCase() === item.country_code.toLowerCase()
).name
)?.name
} else item.country = ''

return item
Expand Down

0 comments on commit 3b94990

Please sign in to comment.