From 1c2b807f14b8a97bba351dab2341508bbafb7d39 Mon Sep 17 00:00:00 2001 From: Bijay Shrestha Date: Fri, 24 Apr 2020 20:47:14 +0545 Subject: [PATCH] content change --- src/components/Content.js | 17 ----------------- 1 file changed, 17 deletions(-) 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 }