Stabilize beta release with warning cleanup and edge-case fixes
This commit is contained in:
@@ -10,7 +10,7 @@ import SwiftUI
|
||||
|
||||
// MARK: - Identifiable Share Code
|
||||
|
||||
struct IdentifiableShareCode: Identifiable {
|
||||
struct IdentifiableShareCode: Identifiable, Hashable {
|
||||
let id: String
|
||||
var value: String { id }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user