Skip to content

Commit 2e87903

Browse files
committed
Add status removed to accessibility ID
1 parent e7a65f1 commit 2e87903

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Bitkit/Views/Wallets/Activity/ActivityItemView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ struct ActivityItemView: View {
134134
private var statusAccessibilityIdentifier: String? {
135135
switch viewModel.activity {
136136
case let .onchain(activity):
137+
if !activity.doesExist {
138+
return "StatusRemoved"
139+
}
137140
if activity.confirmed == true {
138141
return "StatusConfirmed"
139142
}

0 commit comments

Comments
 (0)