We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ab123 commit 2a9c8edCopy full SHA for 2a9c8ed
src/components/Liquidity/LiquidityTable/LiquidityTableRow/LiquidityTableRow.tsx
@@ -250,7 +250,6 @@ const LiquidityTableRow: React.FC<LiquidityTableRowProps> = ({
250
const handleOnClick = useCallback(() => {
251
//setProvide(true)
252
setToggle(!toggle)
253
- console.log(toggle)
254
onClick()
255
}, [toggle, item])
256
@@ -259,7 +258,6 @@ const LiquidityTableRow: React.FC<LiquidityTableRowProps> = ({
259
258
260
}
261
const nodeRef = useClickAway(() => {
262
263
264
265
})
0 commit comments