마이페이지 탭
- PG심사용 계정의 경우 캔 표시 영역 뷰 제거
This commit is contained in:
		@@ -81,11 +81,13 @@ struct MyPageView: View {
 | 
			
		||||
                                            }
 | 
			
		||||
                                    }
 | 
			
		||||
                                    
 | 
			
		||||
                                    CanCardView(data: data) {
 | 
			
		||||
                                        viewModel.getMypage()
 | 
			
		||||
                                    if UserDefaults.int(forKey: .userId) != 17958 {
 | 
			
		||||
                                        CanCardView(data: data) {
 | 
			
		||||
                                            viewModel.getMypage()
 | 
			
		||||
                                        }
 | 
			
		||||
                                        .frame(width: screenSize().width - 26.7)
 | 
			
		||||
                                        .padding(.top, 26.7)
 | 
			
		||||
                                    }
 | 
			
		||||
                                    .frame(width: screenSize().width - 26.7)
 | 
			
		||||
                                    .padding(.top, 26.7)
 | 
			
		||||
                                    
 | 
			
		||||
                                    if data.isAuth {
 | 
			
		||||
                                        CanChargeCouponButtonView()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user