mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Make PostCollection type conform to Hashable
This commit is contained in:
parent
54d494ccef
commit
f8de848400
@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
struct PostCollection: Identifiable {
|
||||
struct PostCollection: Identifiable, Hashable {
|
||||
let id = UUID()
|
||||
let title: String
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user