Skip to content

Commit

Permalink
♻️ ::[#184] HomeFeature / 공백제거
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 committed Dec 22, 2023
1 parent f5c3c3a commit bb47081
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ final class MealContentStackView: UIStackView {

public func updateContent(meals: [String]) {
self.removeAllChildren()

var mealViews: [DotoriLabel] = []

if meals.isEmpty {
mealViews.append(DotoriLabel("급식이 없습니다."))
mealViews.append(DotoriLabel(""))
Expand Down

0 comments on commit bb47081

Please sign in to comment.