Skip to content

Commit

Permalink
fix the layout of a transaction page (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans authored Jan 6, 2025
1 parent 791147e commit 903f01f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/ninety-singers-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Transaction: React.FC = () => {
}, [loading, data, error, setIsLoading]);

return (
<Layout layout="full">
<Layout>
{innerData && innerData.transaction ? (
<>
<LayoutHeader>
Expand Down

0 comments on commit 903f01f

Please sign in to comment.