fix: remove log
This commit is contained in:
parent
82575f9a7b
commit
840afa866d
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ const usePopperHandler = width => {
|
|||
const [helpPopperAnchorEl, setHelpPopperAnchorEl] = useState(null)
|
||||
|
||||
const handleOpenHelpPopper = event => {
|
||||
console.log(event)
|
||||
setHelpPopperAnchorEl(helpPopperAnchorEl ? null : event.currentTarget)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue