Skip to content

Commit

Permalink
TW-1585 Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Dec 10, 2024
1 parent ad744c9 commit 4fc6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/Activity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ActivityPage = memo(() => {
return (
<PageLayout
pageTitle="Activity"
contentPadding={false}
contentPadding
headerRightElem={
<IconBase
Icon={filterChain ? FilterOnIcon : FilterOffIcon}
Expand Down

0 comments on commit 4fc6c93

Please sign in to comment.