Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
♻️ :: hospital clear
Browse files Browse the repository at this point in the history
  • Loading branch information
chlgkdms committed Nov 20, 2023
1 parent ad9ce5d commit f4fc52c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class ReservationViewModel(
kotlin.runCatching {
reservationRepository.fetchHospitals()
}.onSuccess {
_hospitals.clear()
_hospitals.addAll(it.hospitals)
setState(
copy(
Expand Down

0 comments on commit f4fc52c

Please sign in to comment.