mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
Fix offline button wrongly opening tx preview
This commit is contained in:
parent
8588495297
commit
536c58dc27
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export class TransactionRawComponent implements OnInit, OnDestroy {
|
|||
if (offline) {
|
||||
this.offlineMode = offline === 'true';
|
||||
}
|
||||
if (this.pushTxForm.get('txRaw').value) {
|
||||
if (hex && this.pushTxForm.get('txRaw').value) {
|
||||
this.decodeTransaction();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue