feat(creator): 라이브 탭 UI를 마무리한다
This commit is contained in:
@@ -3,7 +3,6 @@ import Foundation
|
||||
enum ContentSort: String, Decodable, CaseIterable, Hashable {
|
||||
case latest = "LATEST"
|
||||
case popular = "POPULAR"
|
||||
case owned = "OWNED"
|
||||
case priceHigh = "PRICE_HIGH"
|
||||
case priceLow = "PRICE_LOW"
|
||||
|
||||
@@ -13,8 +12,6 @@ enum ContentSort: String, Decodable, CaseIterable, Hashable {
|
||||
return I18n.CreatorChannelLive.Sort.latest
|
||||
case .popular:
|
||||
return I18n.CreatorChannelLive.Sort.popular
|
||||
case .owned:
|
||||
return I18n.CreatorChannelLive.Sort.owned
|
||||
case .priceHigh:
|
||||
return I18n.CreatorChannelLive.Sort.priceHigh
|
||||
case .priceLow:
|
||||
|
||||
Reference in New Issue
Block a user