Skip to content

Commit

Permalink
content change
Browse files Browse the repository at this point in the history
  • Loading branch information
shresthabijay committed Apr 24, 2020
1 parent 1c799ca commit 1c2b807
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/components/Content.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const Content = props => {
className={contentClassNames}
onClick={clickOnEmptySpace}
>
<<<<<<< HEAD
{search != null
? <Search />
: <React.Fragment>
Expand All @@ -98,22 +97,6 @@ const Content = props => {
/>}
</React.Fragment>
}
=======

<div onClick={stopEventPropagation}>

{search != null
? <Search />
: <React.Fragment>
{rootThoughts.length === 0 ? <NewThoughtInstructions children={rootThoughts} /> : <Subthoughts
thoughtsRanked={RANKED_ROOT}
expandable={true}
/>}
</React.Fragment>
}

</div>
>>>>>>> 03e3f41... added position, unmount and mount animation
</div>
}

Expand Down

0 comments on commit 1c2b807

Please sign in to comment.