Skip to content

Commit

Permalink
fix: remove padding prop
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jul 30, 2023
1 parent 39c4ae3 commit 4811e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/src/pages/posts/[postId]/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Post: FC = () => {
usePageTitle(post?.title ?? 'Post')

return (
<WithNavBar width="100%" padding={0} isLoading={!post} minWidth={0}>
<WithNavBar width="100%" isLoading={!post} minWidth={0}>
<div ref={targetRef} className={classes.root}>
<Stack
spacing={6}
Expand Down

0 comments on commit 4811e88

Please sign in to comment.