mirror of
https://github.com/mempool/mempool.git
synced 2025-09-25 12:31:55 +02:00
Fix offline button wrongly opening tx preview
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user