Skip to content

Commit c7fb275

Browse files
committed
Passed missing ViewModel to GameResultDisplay
1 parent 5159908 commit c7fb275

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Codebreaker.WinUI/Views/Pages/GamePage.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
</StackPanel>
8484
</Button>
8585
</Grid>
86-
<components:GameResultDisplay Grid.Row="0" />
86+
<components:GameResultDisplay
87+
Grid.Row="0"
88+
ViewModel="{x:Bind ViewModel}" />
8789
<!--Gamebar section-->
8890
<StackPanel
8991
x:Name="PegSelectionArea"

0 commit comments

Comments
 (0)