Skip to content

Commit

Permalink
Update ModelsPage.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Nov 21, 2024
1 parent 89ee546 commit e70545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/UI/Pages/ModelsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
<Label
HorizontalOptions="Center"
VerticalOptions="Center"
IsVisible="{Binding ModelListViewModel.UserModels.Count, Converter={StaticResource GreaterThanZeroConverter}}">
IsVisible="{Binding ModelListViewModel.UserModels.Count, Converter={converters:GreaterThanZeroConverter}}">
<Label.FormattedText>
<FormattedString>
<Span Text="You have "/>
Expand Down

0 comments on commit e70545a

Please sign in to comment.