From 5a383ffbedb4825b958b9220eb390eb51fb35217 Mon Sep 17 00:00:00 2001 From: Minjeong Kim <88662427+minjeoong@users.noreply.github.com> Date: Sun, 25 Jan 2026 03:11:51 +0900 Subject: [PATCH] =?UTF-8?q?Fix(client):=20indicator=20=EC=A4=91=EB=B3=B5?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0=20(#499)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/live-popular-feed/live-popular-feed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/community/components/live-popular-feed/live-popular-feed.tsx b/apps/client/src/widgets/community/components/live-popular-feed/live-popular-feed.tsx index 7c4183d2..850ab436 100644 --- a/apps/client/src/widgets/community/components/live-popular-feed/live-popular-feed.tsx +++ b/apps/client/src/widgets/community/components/live-popular-feed/live-popular-feed.tsx @@ -20,6 +20,7 @@ const LivePopularFeed = () => { const { data: popularFeedData } = useSuspenseQuery({ ...COMMUNITY_QUERY_OPTIONS.POPULAR_FEED(TOTAL_POPULAR_FEED), }); + return (
@@ -33,7 +34,6 @@ const LivePopularFeed = () => {
setCurrentPage(index)} onSlideEnd={() => setCurrentPage(2)}