We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a65f1 commit 2e87903Copy full SHA for 2e87903
Bitkit/Views/Wallets/Activity/ActivityItemView.swift
@@ -134,6 +134,9 @@ struct ActivityItemView: View {
134
private var statusAccessibilityIdentifier: String? {
135
switch viewModel.activity {
136
case let .onchain(activity):
137
+ if !activity.doesExist {
138
+ return "StatusRemoved"
139
+ }
140
if activity.confirmed == true {
141
return "StatusConfirmed"
142
}
0 commit comments