Skip to content

Commit

Permalink
Fix: #324: [Progress Page] View Transaction should show swap tx
Browse files Browse the repository at this point in the history
  • Loading branch information
saiy2k committed Sep 16, 2024
1 parent 9eae8b3 commit 4c3619d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swap/swap_page_progress.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class _ChainSwapProgressWidgetState extends State<ChainSwapProgressWidget> {
BBButton.big(
label: 'View Transaction',
onPressed: () {
context.push('/tx', extra: [tx, false]);
context.push('/tx', extra: [tx, true]);
},
).animate().fadeIn(),
// // if (paid && !settled) const BBText.body('Closing the swap ...'),
Expand Down

0 comments on commit 4c3619d

Please sign in to comment.