Manos Chorianopoulos

MyRewardsViewController minor ui fix

......@@ -63,6 +63,9 @@ import UIKit
tableView.estimatedRowHeight = 200
tableView.rowHeight = UITableView.automaticDimension
// Add bottom padding
tableView.contentInset.bottom = 60.0
// Always create profile section first (with default state)
createDefaultProfileSection()
......