Skip to content

Commit 6d64196

Browse files
committed
[BOOK-412] fix: 문장 부호 추가
1 parent 50df570 commit 6d64196

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Projects/BKPresentation/Sources/MainFlow/BookDetail/View/BookDetailViewCell.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ final class BookDetailViewCell: UICollectionViewCell {
8989
) {
9090
let emotion = item.emotion ?? .joy
9191

92-
noteLabel.setText(text: item.note)
92+
let displayedNote = "\"\(item.note)\""
93+
noteLabel.setText(text: displayedNote)
9394
emotionIcon.image = emotion.image
9495
emotionIcon.contentMode = .scaleAspectFill
9596
emotionIcon.layer.cornerRadius = LayoutConstants.imageCornerRadius

0 commit comments

Comments
 (0)