Skip to content

Commit

Permalink
[Modify] 전에 수정한 코드 롤백 #173
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrsky2010 committed Apr 20, 2024
1 parent 037a7d9 commit e8c07f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions JUDA_iOS/JUDA/ViewModel/App/NavigationRouter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ enum Route: Hashable {
selectedFoodTag: String?)
case NavigationPostsTo(usedTo: WhereUsedPostGridContent,
searchTagType: SearchTagType,
postSearchText: String,
searchPosts: [Post])
postSearchText: String)
case DrinkDetail(drink: Drink)
case DrinkDetailWithUsedTo(drink: Drink,
usedTo: WhereUsedDrinkDetails)
Expand Down

0 comments on commit e8c07f3

Please sign in to comment.