Update index.tsx

This commit is contained in:
Mati Dastugue 2020-12-18 10:44:04 -03:00 committed by GitHub
parent 8946ebcf32
commit 2af0fb0cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ const TxsTable = (): React.ReactElement => {
trackEvent({ category: SAFE_NAVIGATION_EVENT, action: 'Transactions' })
}, [trackEvent])
useEffect(() => {
console.log('La coupeeeee')
}, [])
const handleTxExpand = (rowId) => {
setExpandedTx((prevRowId) => (prevRowId === rowId ? null : rowId))
}