Skip to content

Commit 2b2eac1

Browse files
committed
[Chore] #218 - Text 사용 시 verbatim 관련 경고 뜨던 거 사라져서 다시 삭제
1 parent af6c126 commit 2b2eac1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CERTI-iOS/Presentation/Cerfificate/View/CertificateView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)