Skip to content

Commit

Permalink
Revert breaking source change
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jan 23, 2020
1 parent 7961bba commit e98d92c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/components/src/blocks/Source.tsx
Original file line number Diff line number Diff line change
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 e98d92c

Please sign in to comment.