Skip to content

Commit

Permalink
fix(LiquidityTableRow): removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdt committed Mar 13, 2021
1 parent e6ab123 commit 2a9c8ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ const LiquidityTableRow: React.FC<LiquidityTableRowProps> = ({
const handleOnClick = useCallback(() => {
//setProvide(true)
setToggle(!toggle)
console.log(toggle)
onClick()
}, [toggle, item])

Expand All @@ -259,7 +258,6 @@ const LiquidityTableRow: React.FC<LiquidityTableRowProps> = ({
onClick()
}
const nodeRef = useClickAway(() => {
console.log(toggle)
setToggle(!toggle)
onClick()
})
Expand Down

0 comments on commit 2a9c8ed

Please sign in to comment.