마이페이지
- 당겨서 새로고침 제거
This commit is contained in:
		| @@ -59,12 +59,7 @@ struct MyPageView: View { | ||||
|                             } | ||||
|                         } | ||||
|                         if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty { | ||||
|                             RefreshableScrollView( | ||||
|                                 refreshing: $viewModel.isLoading, | ||||
|                                 action: { | ||||
|                                     viewModel.getMypage() | ||||
|                                 } | ||||
|                             ) { | ||||
|                             ScrollView(.vertical, showsIndicators: false) { | ||||
|                                 VStack(spacing: 0) { | ||||
|                                     if let data = viewModel.myPageResponse { | ||||
|                                         MyInfoCardView(data: data) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung