diff --git a/src/App/Controls/CipherViewCell/CipherViewCell.xaml b/src/App/Controls/CipherViewCell/CipherViewCell.xaml index e7ac7ab5d..905424ccb 100644 --- a/src/App/Controls/CipherViewCell/CipherViewCell.xaml +++ b/src/App/Controls/CipherViewCell/CipherViewCell.xaml @@ -14,6 +14,7 @@ + @@ -72,7 +73,9 @@ Grid.Row="1" Grid.ColumnSpan="3" StyleClass="list-subtitle, list-subtitle-platform" - Text="{Binding Cipher.SubTitle}" /> + Text="{Binding Cipher.SubTitle}" + IsVisible="{Binding Source={RelativeSource Self}, Path=Text, + Converter={StaticResource stringHasValueConverter}}"/>