@@ -89,7 +89,7 @@ class FoodListViewModel : BaseViewModel() {
FoodContentModel(
it.photoPath ?: "",
it.name ?: "",
- 3,
+ it.score?.toInt() ?: 5,
getTime(it.makeHours ?: 0, it.makeMinutes ?: 0),
it.difficultyLevel ?: "",
isLike = false,