Skip to content

Commit

Permalink
Addon-docs: Revert breaking source indentation fix (#9609)
Browse files Browse the repository at this point in the history
Addon-docs: Revert breaking source indentation fix
  • Loading branch information
shilman committed Jan 23, 2020
2 parents 7961bba + e98d92c commit 48fc6c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/components/src/blocks/Source.tsx
Expand Up @@ -69,7 +69,4 @@ const Source: FunctionComponent<SourceProps> = props => {
return <ThemeProvider theme={convert(overrideTheme)}>{syntaxHighlighter}</ThemeProvider>;
};

Source.defaultProps = {
format: false,
};
export { Source };

0 comments on commit 48fc6c0

Please sign in to comment.