Support not-present relationships
This commit is contained in:
@@ -30,6 +30,9 @@ export function DocumentView({
|
||||
if (v.type === "ready") {
|
||||
return v.value.secondary.length.toString();
|
||||
}
|
||||
if (v.type === "empty") {
|
||||
return "0";
|
||||
}
|
||||
return "...";
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user