feat: transactions page polling

feat: DataTable row aware of data to trigger expansion

fix: polling interval
This commit is contained in:
Sérgio Salgado 2021-02-10 15:21:25 +00:00 committed by Josh Harvey
parent 2ccbbdeb50
commit 17e1da61f3
2 changed files with 18 additions and 8 deletions

View file

@ -68,7 +68,8 @@ const Transactions = () => {
const { data: txResponse, loading } = useQuery(GET_TRANSACTIONS, {
variables: {
limit: NUM_LOG_RESULTS
}
},
pollInterval: 10000
})
const redirect = customerId => {