Skip to content

Commit

Permalink
fix(FE) : conflict 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjh96 committed Feb 20, 2023
1 parent 24160f0 commit de17e7d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/src/components/common/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,12 @@ const header = (props) => {
$.el,
(fragment) => $.prepend(fragment, $.qs('#root')),
handleEvent);
<<<<<<< HEAD

// color === 'mint' && _.go(
// sideMenu(),
// () => $.qs('.trigger'),
// $.on('click', openMenuEvent));
}
=======
// () => sideMenu()(),
// () => $.qs('.trigger'));
// $.on('click', openMenuEvent));
// () => modal("로그아웃", "logout")());
>>>>>>> 137215d (feat(FE) : firebase 링크 추가(#164))

return appendHeader;
};

Expand Down

0 comments on commit de17e7d

Please sign in to comment.