diff --git a/src/components/Content.js b/src/components/Content.js index e6bb036a3bd..6e60915a8a2 100644 --- a/src/components/Content.js +++ b/src/components/Content.js @@ -88,7 +88,6 @@ const Content = props => { className={contentClassNames} onClick={clickOnEmptySpace} > -<<<<<<< HEAD {search != null ? : @@ -98,22 +97,6 @@ const Content = props => { />} } -======= - -
- - {search != null - ? - : - {rootThoughts.length === 0 ? : } - - } - -
->>>>>>> 03e3f41... added position, unmount and mount animation }