Save automatically, improve mocks
This commit is contained in:
@@ -42,7 +42,7 @@ extension ContentLabel {
|
||||
self.init(icon: icon, value: data.value)
|
||||
}
|
||||
|
||||
struct Data: Codable {
|
||||
struct Data: Codable, Equatable {
|
||||
let icon: String
|
||||
let value: String
|
||||
}
|
||||
|
Reference in New Issue
Block a user