Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 2d0b4cc

Browse files
authored
Add 'Equaltable' to AppVersion
1 parent 83561ee commit 2d0b4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/prostore/views/appsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct AltApp: Decodable, Identifiable, Equatable {
2525
}
2626
}
2727

28-
struct AppVersion: Decodable {
28+
struct AppVersion: Decodable, Equatable {
2929
let version: String?
3030
let buildVersion: String?
3131
let date: String?

0 commit comments

Comments
 (0)