From d76b1c7a599c8f9a384e26580de306e48915a1cb Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 30 Aug 2023 22:05:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20-=20=EC=83=81?= =?UTF-8?q?=EB=8B=A8=20=EB=B0=B0=EB=84=88=20=ED=84=B0=EC=B9=98=20=EC=95=A1?= =?UTF-8?q?=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift b/SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift index ffc3c01..d19ce4e 100644 --- a/SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift +++ b/SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift @@ -39,6 +39,7 @@ struct SectionRecommendLiveView: View { height: (screenSize().width - 26.7) * 0.53 ) .onTapGesture { + AppState.shared.setAppStep(step: .creatorDetail(userId: item.creatorId)) } .cornerRadius(4.7) } else { @@ -50,6 +51,7 @@ struct SectionRecommendLiveView: View { height: (screenSize().width - 26.7) * 0.53 ) .onTapGesture { + AppState.shared.setAppStep(step: .creatorDetail(userId: item.creatorId)) } .cornerRadius(4.7) }