From e551c4a5329922b359d7cb71cdf7e46e3e6719a9 Mon Sep 17 00:00:00 2001 From: mino <66459715+stealmh@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:17:15 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?annotation=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/Feature/FeaturePokit/Sources/PokitFavoriteCard.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Projects/Feature/FeaturePokit/Sources/PokitFavoriteCard.swift b/Projects/Feature/FeaturePokit/Sources/PokitFavoriteCard.swift index cd86cbde..9d6b783e 100644 --- a/Projects/Feature/FeaturePokit/Sources/PokitFavoriteCard.swift +++ b/Projects/Feature/FeaturePokit/Sources/PokitFavoriteCard.swift @@ -25,7 +25,6 @@ public struct PokitFavoriteCard: View { } } - @MainActor private var buttonLabel: some View { VStack(spacing: 0) { HStack { @@ -76,7 +75,6 @@ public struct PokitFavoriteCard: View { .contentTransition(.numericText()) } - @MainActor private var thumbNail: some View { Image(.character(.pooki)) .resizable()