Skip to content

Commit

Permalink
[Fix] 북마크뷰에서 유저 이름 받아오기(Team-LionHeart#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed Jul 21, 2023
1 parent e85db36 commit 1446c9e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ final class BookmarkDetailCollectionViewCell: UICollectionViewCell, CollectionVi
return label
}()

var inputData: DummyModel? {
var inputData: BookmarkAppData? {
didSet {
/// action
guard let inputData else { return }
bookmarkDetailLabel.text = inputData.nickName + " 아빠님이\n보관한 아티클이에요"
}
}

Expand Down

0 comments on commit 1446c9e

Please sign in to comment.