diff --git a/packages/@ourworldindata/components/src/IndicatorKeyData/IndicatorKeyData.tsx b/packages/@ourworldindata/components/src/IndicatorKeyData/IndicatorKeyData.tsx index b8457d9d404..ec4bee4603a 100644 --- a/packages/@ourworldindata/components/src/IndicatorKeyData/IndicatorKeyData.tsx +++ b/packages/@ourworldindata/components/src/IndicatorKeyData/IndicatorKeyData.tsx @@ -23,8 +23,8 @@ export const makeSource = ({ const isEmbedded = isEmbeddedInADataPage ?? true const processingLevelPhrase = getPhraseForProcessingLevel(owidProcessingLevel) - const hideProcessingPhrase = hideProcessingLevel || - attribution.toLowerCase() === "our world in data" + const hideProcessingPhrase = + hideProcessingLevel || attribution.toLowerCase() === "our world in data" return ( <>