Skip to content

Commit 547d51d

Browse files
committedOct 18, 2024
deprecate globalstyles in favour of scoped style for component - closes rcpch#109
1 parent 8a26e5b commit 547d51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/RCPCHChart/RCPCHChart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const RCPCHChart: React.FC<RCPCHChartProps> = ({
115115

116116

117117
// uncomment in development
118-
// console.log("loading from locally...");
118+
console.log("loading from locally...");
119119

120120
// create subtitle from sex, reference and measurementMethod
121121
const subtitleReferenceMeasurementMethod = `${nameForReference(reference)} - ${nameForMeasurementMethod(measurementMethod)}`

0 commit comments

Comments
 (0)