Skip to content

Commit

Permalink
Remove unwanted debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Oct 9, 2024
1 parent 3ef15c2 commit 77df28b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/ConnectWallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const ConnectWallet: FC<Props> = ({ mobileSticky, avoidButtonClasses = fa
<>
{!isConnected && !isProviderAvailable && (
<a href={METAMASK_HOME_PAGE_URL} target={'_blank'} rel={'noopener noreferrer'}>
CP1
<Button
className={avoidButtonClasses ? undefined : classes.connectWalletBtn}
color={'primary'}
Expand Down

0 comments on commit 77df28b

Please sign in to comment.