Skip to content

Commit

Permalink
🤖 style: prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann authored and github-actions[bot] committed Jan 25, 2024
1 parent 3a98561 commit d9c0f89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
<SimpleMarkdownText text={attribution} useParagraphs={false} />
Expand Down

0 comments on commit d9c0f89

Please sign in to comment.