Skip to content

Commit 94317d8

Browse files
committed
[BOOK-298] fix: 내 서재 화면 rememberEffect key userState로 변경
1 parent 84ef4e5 commit 94317d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/library/src/main/kotlin/com/ninecraft/booket/feature/library/LibraryPresenter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class LibraryPresenter @AssistedInject constructor(
174174
}
175175
}
176176

177-
RememberedEffect(Unit) {
177+
RememberedEffect(userState) {
178178
if (userState !is UserState.Guest) {
179179
filterLibraryBooks(
180180
status = currentFilter.getApiValue(),

0 commit comments

Comments
 (0)