Skip to content

Commit

Permalink
♻️ [#220] MainPageFeature / S 붙이기
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsh153 committed Aug 22, 2023
1 parent 5453cd5 commit f35feb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Projects/Feature/MainFeature/Sources/Model/MainModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class MainModel: ObservableObject, MainStateProtocol {
profileImageURL: $0.profileImageURL,
name: $0.name.replacingOccurrences(of: "**", with: "소금"),
major: $0.major,
techStack: $0.techStack
techStacks: $0.techStacks
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion Projects/Feature/MainFeature/Sources/Scene/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct MainView: View {
profileImageUrl: item.profileImageURL,
name: item.name,
major: item.major,
techStack: item.techStack
techStack: item.techStacks
)
.foregroundColor(.sms(.system(.black)))
.buttonWrapper {
Expand Down

0 comments on commit f35feb6

Please sign in to comment.