Skip to content

Commit 2aae381

Browse files
committed
fix(fundings): Clean console.log
1 parent c1b2dd9 commit 2aae381

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • client/src/boards/financements-par-aap/charts/overview

client/src/boards/financements-par-aap/charts/overview/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export default function Overview({ name }: { name: string | undefined }) {
9292
[[bucket.key, getI18nLabel(i18n, 'not-coordinator')].join(' - '), bucket?.is_coordinator?.buckets?.find((bucket) => bucket.key === 0)?.should_ignore_funding?.buckets?.find((bucket) => bucket.key.toString() === '0')?.sum_funding?.value ?? 0, bucket?.is_coordinator?.buckets?.find((bucket) => bucket.key === 0)?.doc_count ?? 0],
9393
])
9494
.flat();
95-
console.log((data?.aggregations?.by_project_type?.buckets ?? []))
9695
const seriesWithoutCoordinators = funders
9796
.map((funder) => (data?.aggregations?.by_project_type?.buckets ?? []).find((bucket) => bucket.key === funder))
9897
// Filter on not empty bucket

0 commit comments

Comments
 (0)