Skip to content

Commit

Permalink
Merge pull request #694 from Infomaniak/searchFilter
Browse files Browse the repository at this point in the history
fix(SearchFilter): Remove folder path
  • Loading branch information
valentinperignon committed Apr 13, 2023
2 parents 0daae03 + 43cda3d commit 39cd26e
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 39cd26e

Please sign in to comment.