Commit 71b1fb4
Guard against undefined metric.user in impact map (#8711)
MetricPointUserWithTooltip accesses metric.user.handle and
metric.user.avatarUrl, but user is optional on the Metric type.
Return an empty fragment when user data is missing.
Closes #8656
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 80bb08a commit 71b1fb4
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments