mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Removed unnecessary empty <div> from conditional
This commit is contained in:
@@ -90,7 +90,7 @@ const AllBlogPosts = ({data}: Props) => (
|
||||
))}
|
||||
</div>
|
||||
) : (
|
||||
<div />
|
||||
null
|
||||
)}
|
||||
</li>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user