diff --git a/Sources/VRCKit/Models/FavoriteModel.swift b/Sources/VRCKit/Models/FavoriteModel.swift index d5e4711..c774214 100644 --- a/Sources/VRCKit/Models/FavoriteModel.swift +++ b/Sources/VRCKit/Models/FavoriteModel.swift @@ -27,7 +27,7 @@ public struct FavoriteDetail: Identifiable { } } -public struct FavoriteGroup: Codable, Identifiable { +public struct FavoriteGroup: Codable, Identifiable, Hashable { public let id: String public let displayName: String public let name: String