Skip to content

Commit

Permalink
fix(ArtistDetail): 로그인 유무로 데이터가 잘못 들어오는 것 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed May 20, 2024
1 parent 5e80a24 commit 3c69967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ArtistDetailViewModel @Inject constructor(
artist = artist,
bookMarked = isBookmarked,
festivals = festivalPage.toUiState(),
userRepository.isSigned(),
festivalPage.isLastPage,
onBookmarkClick = ::toggleArtistBookmark,
)

Expand Down

0 comments on commit 3c69967

Please sign in to comment.