Fixed that tap gesture is now set in AccountTransactionListItem
This commit is contained in:
parent
a518960070
commit
322de6f484
1 changed files with 0 additions and 3 deletions
|
@ -110,9 +110,6 @@ struct AccountTransactionsDialog: View {
|
|||
Section {
|
||||
ForEach(filteredTransactions, id: \.technicalId) { transaction in
|
||||
AccountTransactionListItem(transaction, self.showBankIcons)
|
||||
.onTapGesture {
|
||||
SceneDelegate.navigateToView(AccountTransactionDetailsDialog(transaction))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue