🐛 fix(parameterComponent): change default value for unknown node family to "Other" for better clarity
This commit is contained in:
parent
ba1fe2c815
commit
3a76d2de59
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ export default function ParameterComponent({
|
|||
/>
|
||||
</div>
|
||||
<span className="ps-2 text-xs text-foreground">
|
||||
{nodeNames[item.family] ?? "Unknown"}
|
||||
{nodeNames[item.family] ?? "Other"}
|
||||
<span className="text-xs">
|
||||
{" "}
|
||||
{item.type === "" ? "" : " - "}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue