1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

Fixed html (#3809)

* Add version 100.0.0 to package.json

* Revert "Add version 100.0.0 to package.json"

This reverts commit 329e44e43d968700655b1c46f968bfd3147e7339.

* fixed typo in html file

Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
This commit is contained in:
Maria Jaramillo 2020-08-05 17:57:48 -05:00 committed by GitHub
parent 983961dfcd
commit d5eaa1164d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,7 +200,7 @@ const Leaf = ({ attributes, children, leaf }) => {
children = <em>{children}</em>
}
if (leaf.underlined) {
if (leaf.underline) {
children = <u>{children}</u>
}