Skip to content

Commit

Permalink
full id
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Sep 27, 2024
1 parent ab3edd9 commit edbd3ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/servicemap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const ServiceNode: React.FC<{
fontSize="12"
style={{ pointerEvents: 'none' }}
>
{node.node_id.split('-').slice(0, -1).join('-')}
{/* {node.node_id.split('-').slice(0, -1).join('-')} */}
{node.node_id}
</text>
</g>
);
Expand Down

0 comments on commit edbd3ad

Please sign in to comment.