parent
51fcb8835e
commit
745f72db87
|
@ -59,12 +59,7 @@ struct MyPageView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
||||||
RefreshableScrollView(
|
ScrollView(.vertical, showsIndicators: false) {
|
||||||
refreshing: $viewModel.isLoading,
|
|
||||||
action: {
|
|
||||||
viewModel.getMypage()
|
|
||||||
}
|
|
||||||
) {
|
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
if let data = viewModel.myPageResponse {
|
if let data = viewModel.myPageResponse {
|
||||||
MyInfoCardView(data: data) {
|
MyInfoCardView(data: data) {
|
||||||
|
|
Loading…
Reference in New Issue