Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Nov 28, 2024
1 parent 9c6e251 commit f9e5761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ const Header = ({ onMenuToggle, onBatchToggle }: HeaderProps): ReactElement => {
</div>
)}

{/* {enableWc && (
{enableWc && (
<div className={classnames(css.element, css.hideMobile)}>
<WalletConnect />
</div>
)} */}
)}

<div className={classnames(css.element, css.connectWallet)}>
<Track label={OVERVIEW_LABELS.top_bar} {...OVERVIEW_EVENTS.OPEN_ONBOARD}>
Expand Down

0 comments on commit f9e5761

Please sign in to comment.