fix: add timezone to specific tx logs

feat: pass timezone to details row
This commit is contained in:
Sérgio Salgado 2021-06-27 16:56:03 +01:00 committed by Josh Harvey
parent b5e35b82c2
commit 4e88c995d3
6 changed files with 34 additions and 18 deletions

View file

@ -329,6 +329,7 @@ const Transactions = () => {
Details={DetailsRow}
expandable
rowSize="sm"
timezone={timezone}
/>
</>
)