From 745f72db87be51f642f51cc1d377f1b94e0aea95 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 8 Apr 2025 13:23:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20-=20=EB=8B=B9=EA=B2=A8=EC=84=9C=20=EC=83=88=EB=A1=9C?= =?UTF-8?q?=EA=B3=A0=EC=B9=A8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/MyPage/MyPageView.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SodaLive/Sources/MyPage/MyPageView.swift b/SodaLive/Sources/MyPage/MyPageView.swift index 094be81..5c0956f 100644 --- a/SodaLive/Sources/MyPage/MyPageView.swift +++ b/SodaLive/Sources/MyPage/MyPageView.swift @@ -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) {