We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50df570 commit 6d64196Copy full SHA for 6d64196
1 file changed
src/Projects/BKPresentation/Sources/MainFlow/BookDetail/View/BookDetailViewCell.swift
@@ -89,7 +89,8 @@ final class BookDetailViewCell: UICollectionViewCell {
89
) {
90
let emotion = item.emotion ?? .joy
91
92
- noteLabel.setText(text: item.note)
+ let displayedNote = "\"\(item.note)\""
93
+ noteLabel.setText(text: displayedNote)
94
emotionIcon.image = emotion.image
95
emotionIcon.contentMode = .scaleAspectFill
96
emotionIcon.layer.cornerRadius = LayoutConstants.imageCornerRadius
0 commit comments