Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Sep 5, 2024
1 parent 02a5485 commit 3e3994d
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" marginTop={20}>
<LayoutSection title="Transaction history" marginTop={40}>
{address && <Transactions address={address} />}
</LayoutSection>
)
Expand Down

0 comments on commit 3e3994d

Please sign in to comment.