We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707e5af commit 2840f30Copy full SHA for 2840f30
src/RCPCHChart/RCPCHChart.tsx
@@ -115,7 +115,7 @@ const RCPCHChart: React.FC<RCPCHChartProps> = ({
115
116
117
// uncomment in development
118
- // console.log("loading from locally...");
+ console.log("loading from locally...");
119
120
// create subtitle from sex, reference and measurementMethod
121
const subtitleReferenceMeasurementMethod = `${nameForReference(reference)} - ${nameForMeasurementMethod(measurementMethod)}`
0 commit comments