Skip to content

Commit c4215f0

Browse files
committed
no message
1 parent 884c955 commit c4215f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BDKSwiftExampleWallet/View/Activity/TransactionListView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ struct TransactionListView: View {
9090
}
9191
.buttonStyle(.plain)
9292
}
93-
9493
}
9594

9695
} else {
@@ -142,7 +141,7 @@ struct TransactionListView: View {
142141
}
143142

144143
}
145-
.frame(maxWidth: .infinity, alignment: .leading)
144+
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
146145
.alert(isPresented: $viewModel.showingWalletTransactionsViewErrorAlert) {
147146
Alert(
148147
title: Text("Wallet Transaction Error"),

0 commit comments

Comments
 (0)