Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 05fb6e1

Browse files
Merge pull request #1825 from github/donokuda/who-wrote-it-tho
Fix usernames not displayed in file comments
2 parents 4183f0c + 550ba5a commit 05fb6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/Views/CommentView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
Height="16"
5757
Account="{Binding Author}"/>
5858

59-
<TextBlock Foreground="{DynamicResource GitHubVsToolWindowText}" FontWeight="Bold" Text="{Binding User.Login}" Margin="4 0"/>
59+
<TextBlock Foreground="{DynamicResource GitHubVsToolWindowText}" FontWeight="Bold" Text="{Binding Author.Login}" Margin="4 0"/>
6060
<ui:GitHubActionLink Content="{Binding UpdatedAt, Converter={ui:DurationToStringConverter}}"
6161
Command="{Binding OpenOnGitHub}"
6262
Foreground="{DynamicResource GitHubVsToolWindowText}"

0 commit comments

Comments
 (0)