Skip to content

Commit

Permalink
Add margin transaction history
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Sep 3, 2024
1 parent 0d85d0d commit c7d9d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/Portfolio/TransactionHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function TransactionHistoryPage() {
const connectedAddress = useAddress()
const address = addressParam || connectedAddress
return (
<LayoutSection title="Transaction history" pt={5}>
<LayoutSection title="Transaction history" marginTop={20}>
{address && <Transactions address={address} />}
</LayoutSection>
)
Expand Down

0 comments on commit c7d9d5e

Please sign in to comment.