This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
react.dev
mirror of
https://github.com/lukechilds/react.dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Removed unnecessary empty <div> from conditional
main
Brian Vaughn
7 years ago
committed by
GitHub
parent
2a165e7e88
commit
d2a9c9aed7
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
src/pages/blog/all.html.js
2
src/pages/blog/all.html.js
View File
@ -90,7 +90,7 @@ const AllBlogPosts = ({data}: Props) => (
)
)
}
<
/
d
i
v
>
)
:
(
<
div
/
>
null
)
}
<
/
l
i
>
)
)
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
lukechilds/react.dev
Title
Body
Create Issue