Manos Chorianopoulos

remove WalletVC navbar shadow

...@@ -425,7 +425,7 @@ import SwiftEventBus ...@@ -425,7 +425,7 @@ import SwiftEventBus
425 425
426 swiftApi().logTrackersEvent("screen", "LoyaltyWalletScreen") 426 swiftApi().logTrackersEvent("screen", "LoyaltyWalletScreen")
427 427
428 - addNavShadow() 428 + // addNavShadow()
429 429
430 let userTag = swiftApi().getUserTag() 430 let userTag = swiftApi().getUserTag()
431 if (questionnaireButton.currentTitle != userTag) { 431 if (questionnaireButton.currentTitle != userTag) {
......