Skip to content

Commit

Permalink
Merge pull request #171 from Vizzuality/feature/objectives-to-projects
Browse files Browse the repository at this point in the history
test
  • Loading branch information
mluena authored Oct 31, 2024
2 parents b145a06 + 079689c commit 6f2d4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/countries/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const useTableData = () => {
isDatasetValueProperty(value_type) &&
datasetValue?.attributes?.[value_type];
const country = countriesData?.data?.find((c1) => c1.attributes?.iso3 === c);

console.log({ country, c, datasetValue, value });
return {
iso3: c,
countryLink: country?.attributes?.link,
Expand Down

0 comments on commit 6f2d4cc

Please sign in to comment.