We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5159908 commit c7fb275Copy full SHA for c7fb275
1 file changed
src/Codebreaker.WinUI/Views/Pages/GamePage.xaml
@@ -83,7 +83,9 @@
83
</StackPanel>
84
</Button>
85
</Grid>
86
- <components:GameResultDisplay Grid.Row="0" />
+ <components:GameResultDisplay
87
+ Grid.Row="0"
88
+ ViewModel="{x:Bind ViewModel}" />
89
<!--Gamebar section-->
90
<StackPanel
91
x:Name="PegSelectionArea"
0 commit comments