Skip to content

Commit c6c279a

Browse files
authored
fixed merge conflict
1 parent 8b72108 commit c6c279a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/components/right/ComponentPanelItem.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,7 @@ const ComponentPanelItem: React.FC<{
8484
margin: '5px 0px'
8585
}}
8686
>
87-
<<<<<<< HEAD
8887
{isFocus && <div className={classes.focusMark}></div>}
89-
=======
90-
{isFocus && <div className={classes.focusMark}></div>}
91-
>>>>>>> ee444f746bb8ccba4e3ebe3909002bf3ac26fdb1
9288
<div className="compPanelItem" onClick={handleClick}>
9389
<h3 >{name}</h3>
9490
</div>

0 commit comments

Comments
 (0)