mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 02:25:40 +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])
|
||||
|
||||
useEffect(() => {
|
||||
console.log('La coupeeeee')
|
||||
}, [])
|
||||
|
||||
const handleTxExpand = (rowId) => {
|
||||
setExpandedTx((prevRowId) => (prevRowId === rowId ? null : rowId))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user