Merge remote-tracking branch 'origin/feat/add-inferred-belief-node' into feat/monitoringpage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user