Showing
2 changed files
with
6 additions
and
2 deletions
| ... | @@ -32,7 +32,9 @@ import UIKit | ... | @@ -32,7 +32,9 @@ import UIKit |
| 32 | self.hidesBottomBarWhenPushed = true | 32 | self.hidesBottomBarWhenPushed = true |
| 33 | 33 | ||
| 34 | // Do any additional setup after loading the view. | 34 | // Do any additional setup after loading the view. |
| 35 | - getProfileRequest() | 35 | + // getProfileRequest() |
| 36 | + | ||
| 37 | + numbersList = ccms?._eligibleAssets ?? [] | ||
| 36 | 38 | ||
| 37 | setBackButton() | 39 | setBackButton() |
| 38 | // setNavigationTitle("") | 40 | // setNavigationTitle("") | ... | ... |
| ... | @@ -43,7 +43,9 @@ import UIKit | ... | @@ -43,7 +43,9 @@ import UIKit |
| 43 | self.hidesBottomBarWhenPushed = true | 43 | self.hidesBottomBarWhenPushed = true |
| 44 | 44 | ||
| 45 | // Do any additional setup after loading the view. | 45 | // Do any additional setup after loading the view. |
| 46 | - getProfileRequest() | 46 | + // getProfileRequest() |
| 47 | + | ||
| 48 | + numbersList = ccms?._eligibleAssets ?? [] | ||
| 47 | 49 | ||
| 48 | setBackButton("ic_close") | 50 | setBackButton("ic_close") |
| 49 | setNavigationTitle(ccms?._titleOffer ?? "") | 51 | setNavigationTitle(ccms?._titleOffer ?? "") | ... | ... |
-
Please register or login to post a comment