From 2268b0c1bcf8285423ca27adbf6892261bc8ce1e Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 24 May 2024 00:19:35 +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=ED=83=AD=20-=20PG=EC=8B=AC=EC=82=AC=EC=9A=A9=20=EA=B3=84?= =?UTF-8?q?=EC=A0=95=EC=9D=98=20=EA=B2=BD=EC=9A=B0=20=EC=BA=94=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=20=EC=98=81=EC=97=AD=20=EB=B7=B0=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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SodaLive/Sources/MyPage/MyPageView.swift b/SodaLive/Sources/MyPage/MyPageView.swift index 2838c91..b09c077 100644 --- a/SodaLive/Sources/MyPage/MyPageView.swift +++ b/SodaLive/Sources/MyPage/MyPageView.swift @@ -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()