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

Commit a38c1cf

Browse files
Add missing CommandParameter
1 parent 24a501d commit a38c1cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestCheckView.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
-->
4848
<StackPanel Background="Blue" Orientation="Horizontal" HorizontalAlignment="Right" Grid.Column="2">
4949
<Label HorizontalContentAlignment="Stretch" Visibility="{Binding HasAnnotations, Converter={ghfvs:BooleanToVisibilityConverter}}">
50-
<Hyperlink ToolTip="View checks" Command="{Binding Path=DataContext.ShowAnnotations, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type local:PullRequestDetailView}}}">
50+
<Hyperlink ToolTip="View checks"
51+
Command="{Binding Path=DataContext.ShowAnnotations, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type local:PullRequestDetailView}}}"
52+
CommandParameter="{Binding}">
5153
Checks
5254
</Hyperlink>
5355
</Label>

0 commit comments

Comments
 (0)