Update LibraryView.swift

This commit is contained in:
Ethan Pippin 2022-01-13 22:56:24 -07:00
parent 0c95fb48a7
commit e700f10531
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ struct LibraryView: View {
.foregroundColor(viewModel.filters == defaultFilters ? .accentColor : Color(UIColor.systemOrange))
Button {
// libraryRouter.route(to: \.search, .init(parentID: viewModel.parentID))
libraryRouter.route(to: \.search, .init(parentID: viewModel.parentID))
} label: {
Image(systemName: "magnifyingglass")
}