From dab97ea2fafbb06926c207b6a278325e9e51a50a Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 19 Nov 2017 11:32:27 -0800 Subject: [PATCH] fixed flow issue with Heading --- app/components/Editor/components/Heading.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/Editor/components/Heading.js b/app/components/Editor/components/Heading.js index 07460e89..9c29c6db 100644 --- a/app/components/Editor/components/Heading.js +++ b/app/components/Editor/components/Heading.js @@ -29,7 +29,6 @@ function Heading(props: Props) { component = 'h1', className, attributes, - className, } = props; const parentIsDocument = parent instanceof Document; const firstHeading = parentIsDocument && parent.nodes.first() === node;