Skip to content

Commit d923e4a

Browse files
committed
refactor(cleanup): code cleanup
1 parent f94291b commit d923e4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/posts/components/PostCardView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const PostCardView = (props: PostCardViewProps) => {
3838
return (
3939
<>
4040
<Grid
41-
spacing={2}
4241
xs={12}
4342
item
4443
key={post.id}

0 commit comments

Comments
 (0)