diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/views/EnterTanDialog.swift b/ui/BankingiOSApp/BankingiOSApp/ui/views/EnterTanDialog.swift index 2407bb6e..149f43b4 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/views/EnterTanDialog.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/views/EnterTanDialog.swift @@ -73,7 +73,7 @@ struct EnterTanDialog: View { self.customersTanMedia = customer.tanMediaSorted - self.showSelectTanMediumView = true // TODO: use isOpticalTanProcedure && tanMedia.count > 1 + self.showSelectTanMediumView = self.customersTanMedia.count > 1 // TODO: use isOpticalTanProcedure && tanMedia.count > 1 self.showFlickerCodeTanView = tanChallenge is FlickerCodeTanChallenge self.showImageTanView = tanChallenge is ImageTanChallenge