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

Commit 05ddfba

Browse files
committed
UpdatedAt -> CreatedAt
Had to bring this in manually because of a merge conflict
1 parent fc6ec4c commit 05ddfba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.VisualStudio.UI/Views/CommentView.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
Account="{Binding Author}"/>
7171

7272
<TextBlock Foreground="{DynamicResource GitHubVsToolWindowText}" FontWeight="SemiBold" Text="{Binding Author.Login}" Margin="4 0"/>
73-
<ui:GitHubActionLink Content="{Binding UpdatedAt, Converter={ui:DurationToStringConverter}}"
73+
74+
<ui:GitHubActionLink Content="{Binding CreatedAt, Converter={ui:DurationToStringConverter}}"
7475
Command="{Binding OpenOnGitHub}"
7576
Foreground="{DynamicResource GitHubVsToolWindowText}"
7677
Opacity="0.75" />

0 commit comments

Comments
 (0)