Update index.tsx
This commit is contained in:
parent
8946ebcf32
commit
2af0fb0cb1
|
@ -38,10 +38,6 @@ const TxsTable = (): React.ReactElement => {
|
||||||
trackEvent({ category: SAFE_NAVIGATION_EVENT, action: 'Transactions' })
|
trackEvent({ category: SAFE_NAVIGATION_EVENT, action: 'Transactions' })
|
||||||
}, [trackEvent])
|
}, [trackEvent])
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
console.log('La coupeeeee')
|
|
||||||
}, [])
|
|
||||||
|
|
||||||
const handleTxExpand = (rowId) => {
|
const handleTxExpand = (rowId) => {
|
||||||
setExpandedTx((prevRowId) => (prevRowId === rowId ? null : rowId))
|
setExpandedTx((prevRowId) => (prevRowId === rowId ? null : rowId))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue