Skip to content

Commit

Permalink
fix: issue Greenstand#178 HTML structure issue at history tab
Browse files Browse the repository at this point in the history
  • Loading branch information
fustroli committed Nov 23, 2021
1 parent 4ed9de1 commit 8c9a070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TreePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ function TreePage(props) {
</>
}
tab2Veiw={
<p style={{ padding: '0 24px' }}>
<div style={{ padding: '0 24px' }}>
<TransactionsHistory tokenId={tree.token_id} />
</p>
</div>
}
/>
</Paper>
Expand Down

0 comments on commit 8c9a070

Please sign in to comment.