[taxi] review fix

This commit is contained in:
Arsentiy Milchakov 2020-10-16 17:40:07 +03:00 committed by Aleksey Belousov
parent c0765d35f5
commit 1ecaf8d822

View file

@ -21,10 +21,7 @@ final class RoutePreviewTaxiCell: UICollectionViewCell {
let titleString = { () -> String in
switch type {
case .taxi: fallthrough
case .uber: fallthrough
case .freenow: fallthrough
case .citymobil: return title
case .taxi, .uber, .freenow, .citymobil: return title
case .yandex: return L("yandex_taxi_title")
case .maxim: return L("maxim_taxi_title")
case .vezet: return L("vezet_taxi")