File tree Expand file tree Collapse file tree
CERTI-iOS/Presentation/Cerfificate/View Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ private extension CertificateView {
159159 var trackRankingSection : some View {
160160 VStack ( alignment: . leading, spacing: 0 ) {
161161 HStack ( alignment: . bottom) {
162- Text ( verbatim : " \( viewModel. selectedTrack. description) 자격증 TOP3 " )
162+ Text ( " \( viewModel. selectedTrack. description) 자격증 TOP3 " )
163163 . applyCertiFont ( . sub_bold_20)
164164 . foregroundStyle ( . grayscale600)
165165
@@ -189,7 +189,7 @@ private extension CertificateView {
189189 var jobRankingSection : some View {
190190 VStack ( alignment: . leading, spacing: 0 ) {
191191 HStack ( alignment: . bottom) {
192- Text ( verbatim : " \( viewModel. selectedJob. description) 자격증 TOP3 " )
192+ Text ( " \( viewModel. selectedJob. description) 자격증 TOP3 " )
193193 . applyCertiFont ( . sub_bold_20)
194194 . foregroundStyle ( . grayscale600)
195195
You can’t perform that action at this time.
0 commit comments