We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8565da commit b14f371Copy full SHA for b14f371
frontends/ol-components/src/components/LearningResourceExpanded/DifferingRunsTable.tsx
@@ -88,7 +88,6 @@ const DifferingRunsTable: React.FC<{ resource: LearningResource }> = ({
88
}
89
90
const distinctPrices = [...new Set(prices.map((p) => p.amount).flat())]
91
- console.log(distinctPrices)
92
const distinctDeliveryMethods = [
93
...new Set(deliveryMethods.flat().map((dm) => dm?.code)),
94
]
0 commit comments