Skip to content

Commit e510276

Browse files
committed
Fix
1 parent 4414061 commit e510276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datajunction-ui/src/app/components/NotificationBell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const enrichWithNodeInfo = (
5454
return {
5555
...entry,
5656
node_type: node?.type,
57-
display_name: node?.current?.displayName,
57+
display_name: node?.current?.displayName ?? undefined,
5858
};
5959
});
6060
};

0 commit comments

Comments
 (0)