mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-25 17:18:55 +00:00
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…
x
Reference in New Issue
Block a user