fix: runtime calls showing a 0 on some cases
This commit is contained in:
@@ -85,7 +85,7 @@ export const RuntimeCalls = withSubscribe(
|
||||
</label>
|
||||
)}
|
||||
</div>
|
||||
{entry?.docs.length && (
|
||||
{!!entry?.docs.length && (
|
||||
<div className="w-full">
|
||||
Docs
|
||||
<DocsRenderer docs={entry.docs} />
|
||||
|
||||
Reference in New Issue
Block a user