Skip to content

Commit 3bff4a2

Browse files
muhamad-rizkiExilz
authored andcommitted
correcting typo
1 parent efe5c69 commit 3bff4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTMLRenderers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function ul (htmlAttribs, children, convertedCSSStyles, passProps = {}) {
8080
];
8181

8282
if (rawChild) {
83-
if (rawChild.parentTag === 'ul') && rawChild.tagName === 'li' {
83+
if (rawChild.parentTag === 'ul' && rawChild.tagName === 'li') {
8484
prefix = listsPrefixesRenderers && listsPrefixesRenderers.ul ? listsPrefixesRenderers.ul(...rendererArgs) : (
8585
<View style={{
8686
marginRight: 10,

0 commit comments

Comments
 (0)