Skip to content

Commit d3f8c37

Browse files
committed
refactor: remove txid ui
1 parent 7f49f15 commit d3f8c37

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

BDKSwiftExampleWallet/View/Activity/TransactionItemView.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ struct TransactionItemView: View {
105105
.foregroundStyle(.secondary)
106106
.font(.callout)
107107

108-
HStack {
109-
Text(txDetails.txid.description)
110-
.truncationMode(.middle)
111-
.lineLimit(1)
112-
.fontDesign(.monospaced)
113-
.font(.callout)
114-
.foregroundStyle(.primary)
115-
Spacer(minLength: 80)
116-
}
117-
.redacted(reason: isRedacted ? .placeholder : [])
108+
// HStack {
109+
// Text(txDetails.txid.description)
110+
// .truncationMode(.middle)
111+
// .lineLimit(1)
112+
// .fontDesign(.monospaced)
113+
// .font(.callout)
114+
// .foregroundStyle(.primary)
115+
// Spacer(minLength: 80)
116+
// }
117+
// .redacted(reason: isRedacted ? .placeholder : [])
118118

119119
}
120120
.padding(.vertical)

0 commit comments

Comments
 (0)