Skip to content

Commit 0f08bce

Browse files
committed
Show short hex code for unmapped actors in attribution badge
1 parent e41cccc commit 0f08bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hub-client/src/services/attribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,6 @@ export function getNodeAttribution(
358358
actor: mostRecent.actor,
359359
time: mostRecent.time,
360360
color: identity?.color ?? '#888888',
361-
name: identity?.name ?? mostRecent.actor,
361+
name: identity?.name ?? mostRecent.actor.slice(0, 8),
362362
};
363363
}

0 commit comments

Comments
 (0)