Skip to content

Commit

Permalink
fix(SearchFilter): Remove folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr committed Apr 13, 2023
1 parent 25bba6a commit 43cda3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mail/Views/Search/SearchFilterFolderCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct SearchFilterFolderCell: View {
ForEach(sortedFolders) { folder in
HStack {
folder.icon
Text(folder.formattedPath)
Text(folder.localizedName)
}
.tag(folder.id)
}
Expand Down

0 comments on commit 43cda3d

Please sign in to comment.