Skip to content

Commit

Permalink
[fix] 불필요한 annotation 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Jan 15, 2025
1 parent aea57d0 commit 5e3fdd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Projects/Feature/FeaturePokit/Sources/PokitFavoriteCard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public struct PokitFavoriteCard: View {
}
}

@MainActor
private var buttonLabel: some View {
VStack(spacing: 0) {
HStack {
Expand Down Expand Up @@ -76,7 +75,6 @@ public struct PokitFavoriteCard: View {
.contentTransition(.numericText())
}

@MainActor
private var thumbNail: some View {
Image(.character(.pooki))
.resizable()
Expand Down

0 comments on commit 5e3fdd3

Please sign in to comment.