Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BjrInt committed Aug 25, 2023
1 parent 03aec1b commit a1d810b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/common/Header/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ export const Header = () => {
} = useHeader()
const divRef = useRef<HTMLDivElement | null>(null)
useOnClickOutside(divRef, () => {
if(displayWalletPicker)
setDisplayWalletPicker(false)
if (displayWalletPicker) setDisplayWalletPicker(false)
})

const handleDisplayWalletPicker = () => {
Expand Down

0 comments on commit a1d810b

Please sign in to comment.