Skip to content

Commit 38fb550

Browse files
committed
[fix] #193 검색 정렬버튼 삭제
1 parent 1a8afa5 commit 38fb550

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Projects/Feature/FeatureSetting/Sources/Search/PokitSearchView.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,6 @@ private extension PokitSearchView {
265265

266266
var resultList: some View {
267267
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-
276268
if !store.isLoading {
277269
ScrollView {
278270
LazyVStack(spacing: 0) {

0 commit comments

Comments
 (0)