mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Changed nested content generation length minimun depth
This commit is contained in:
parent
20faeea409
commit
c1b764be06
@ -116,7 +116,7 @@ export default function DebugPanel(data) {
|
||||
<Icons.RefreshCw /> This cannot be rendered because a cylic has been detected
|
||||
</div>
|
||||
}
|
||||
if (Object.keys(e.value).length > 1) { // trying create nested
|
||||
if (Object.keys(e.value).length > 0) { // trying create nested
|
||||
return <div>
|
||||
{DebugPanel(e.value)}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user