We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8afa5 commit 38fb550Copy full SHA for 38fb550
Projects/Feature/FeatureSetting/Sources/Search/PokitSearchView.swift
@@ -265,14 +265,6 @@ private extension PokitSearchView {
265
266
var resultList: some View {
267
VStack(alignment: .leading, spacing: 20) {
268
- PokitIconLTextLink(
269
- store.isResultAscending ? "오래된순" : "최신순",
270
- icon: .icon(.align),
271
- action: { send(.정렬_버튼_눌렀을때) }
272
- )
273
- .contentTransition(.numericText())
274
- .padding(.horizontal, 20)
275
-
276
if !store.isLoading {
277
ScrollView {
278
LazyVStack(spacing: 0) {
0 commit comments