simple: hide duplicate display entries

This commit is contained in:
osy 2023-08-11 22:42:03 -07:00
parent b8c9faa6cd
commit 7c6efa9653

View file

@ -176,7 +176,7 @@ private struct DisplayString: Identifiable, Hashable, Equatable {
var display: String
func hash(into hasher: inout Hasher) {
hasher.combine(id)
hasher.combine(display)
}
static func ==(lhs: DisplayString, rhs: DisplayString) -> Bool {