Skip to content

Commit 5e3fdd3

Browse files
committed
[fix] 불필요한 annotation 제거
1 parent aea57d0 commit 5e3fdd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Projects/Feature/FeaturePokit/Sources/PokitFavoriteCard.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public struct PokitFavoriteCard: View {
2525
}
2626
}
2727

28-
@MainActor
2928
private var buttonLabel: some View {
3029
VStack(spacing: 0) {
3130
HStack {
@@ -76,7 +75,6 @@ public struct PokitFavoriteCard: View {
7675
.contentTransition(.numericText())
7776
}
7877

79-
@MainActor
8078
private var thumbNail: some View {
8179
Image(.character(.pooki))
8280
.resizable()

0 commit comments

Comments
 (0)