We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4414061 commit e510276Copy full SHA for e510276
1 file changed
datajunction-ui/src/app/components/NotificationBell.tsx
@@ -54,7 +54,7 @@ const enrichWithNodeInfo = (
54
return {
55
...entry,
56
node_type: node?.type,
57
- display_name: node?.current?.displayName,
+ display_name: node?.current?.displayName ?? undefined,
58
};
59
});
60
0 commit comments