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

Commit 57ca891

Browse files
committed
Hide empty review details.
1 parent 9434e9b commit 57ca891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestUserReviewsView.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
</TextBlock>
7070
</StackPanel>
7171
</Expander.Header>
72-
<StackPanel Margin="16 4 0 4">
72+
<StackPanel Margin="16 4 0 4"
73+
Visibility="{Binding HasDetails, Converter={ghfvs:BooleanToVisibilityConverter}}">
7374
<Expander Foreground="{DynamicResource GitHubVsToolWindowText}"
7475
IsExpanded="True"
7576
Margin="0 4"

0 commit comments

Comments
 (0)