mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Fix inferno bug with null children
This commit is contained in:
parent
97734e79ab
commit
a97c76c345
|
@ -136,7 +136,8 @@ export default function getInfoLi() {
|
||||||
: (<span> </span>) // Affects vertical align of flexbox items.
|
: (<span> </span>) // Affects vertical align of flexbox items.
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
{props.children && (<div class={scopedCss.children}>{props.children}</div>)}
|
{ props.checked && props.children }
|
||||||
|
{/* props.checked && (<div class={scopedCss.children}>{props.children}</div>)*/}
|
||||||
</li>
|
</li>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user