Skip to content

Commit 997295c

Browse files
committed
fix: remove unused columns property in FilterMenuView
The columns property was leftover from the initial grid layout design and is no longer needed after switching to vertical list layout. Addresses Copilot review comment.
1 parent 2d07e45 commit 997295c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

V2er/View/Feed/FilterMenuView.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ struct FilterMenuView: View {
1515
let onTabSelected: (Tab) -> Void
1616
let onDismiss: () -> Void
1717

18-
private let columns = [
19-
GridItem(.flexible()),
20-
GridItem(.flexible()),
21-
GridItem(.flexible())
22-
]
23-
2418
var body: some View {
2519
ZStack(alignment: .topLeading) {
2620
if isShowing {

0 commit comments

Comments
 (0)