Skip to content

Commit

Permalink
[FIX] #64-(임시수정) 즐겨찾기 링크에서 카테고리 이름 표시 부분에 링크 Url이 표시되는 현상 수정하기 위해 임의로…
Browse files Browse the repository at this point in the history
… 해당 UI 제거. 추후 Remind 데이터 형식에 포킷명이 포함되도록 수정할 때 다시 반영 필요
  • Loading branch information
l5x5l committed Aug 30, 2024
1 parent 66bb860 commit b14c0d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ fun RemindScreen(
sub = "${favoriteContent.createdAt}${favoriteContent.domain}",
painter = rememberAsyncImagePainter(favoriteContent.thumbNail),
notRead = favoriteContent.isRead,
badgeText = favoriteContent.data,
badgeText = null,
onClickKebab = {
viewModel.showLinkOptionBottomSheet(remindResult = favoriteContent)
},
Expand Down

0 comments on commit b14c0d3

Please sign in to comment.