Skip to content

Commit

Permalink
#86 chore : merge complete
Browse files Browse the repository at this point in the history
  • Loading branch information
yy0ung committed Nov 28, 2023
1 parent 032e6ab commit e861db2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ data class HomeUiState(
val locationTrackingState: TrackingState = TrackingState.TryOn,
val filterList: List<UiFilterData> = emptyList(),
val markerList: List<UiRestaurantData> = emptyList(),
val markerList: List<UiRestaurantData> = emptyList(),
val curFilter: String = MY_LIST,
val curLatitude: Double = 0.0,
val curLongitude: Double = 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fun SearchRestaurantResponse.toUiRestaurantData(): UiRestaurantData = UiRestaura
name = name,
address = address,
phoneNumber = phoneNumber,
reviewCount = reviewCnt,
reviewCount = reviewCnt.toString(),
isInWishList = false,
isInMyList = false

Expand Down

0 comments on commit e861db2

Please sign in to comment.