From e98d92c3cdb581970c409362162468c6ee118093 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Thu, 23 Jan 2020 15:24:55 +0800 Subject: [PATCH] Revert breaking source change --- lib/components/src/blocks/Source.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/components/src/blocks/Source.tsx b/lib/components/src/blocks/Source.tsx index 831f8057748e..582801087ed6 100644 --- a/lib/components/src/blocks/Source.tsx +++ b/lib/components/src/blocks/Source.tsx @@ -69,7 +69,4 @@ const Source: FunctionComponent = props => { return {syntaxHighlighter}; }; -Source.defaultProps = { - format: false, -}; export { Source };