Manos Chorianopoulos

MyRewardsViewController fixes

...@@ -554,7 +554,7 @@ import UIKit ...@@ -554,7 +554,7 @@ import UIKit
554 // TODO: Implement article navigation 554 // TODO: Implement article navigation
555 // This could navigate to a web view with article content, 555 // This could navigate to a web view with article content,
556 // or a dedicated article detail screen 556 // or a dedicated article detail screen
557 - print("TODO: Navigate to article: \(article.title ?? "Unknown") - \(article.uuid ?? "No UUID")") 557 + print("TODO: Navigate to article: \(article._name) - \(article._id)")
558 } 558 }
559 559
560 private func openCouponViewController(with offer: OfferModel) { 560 private func openCouponViewController(with offer: OfferModel) {
......