Merge remote-tracking branch 'origin/feat/add-inferred-belief-node' into feat/monitoringpage

This commit is contained in:
Pim Hutting
2026-01-16 15:39:20 +01:00
17 changed files with 805 additions and 102 deletions

View File

@@ -163,7 +163,7 @@ export const StatusList: React.FC<StatusListProps> = ({
borderRadius: '4px'
}}
>
{item.name || item.description || item.label || item.norm}
{item.name || item.norm}
{isCurrentGoal && " (Current)"}
</span>
</li>