Only show audit-related tooltip info when audit enabled
This commit is contained in:
@@ -11,6 +11,7 @@ export class BlockOverviewTooltipComponent implements OnChanges {
|
||||
@Input() tx: TransactionStripped | void;
|
||||
@Input() cursorPosition: Position;
|
||||
@Input() clickable: boolean;
|
||||
@Input() auditEnabled: boolean = false;
|
||||
|
||||
txid = '';
|
||||
fee = 0;
|
||||
|
||||
Reference in New Issue
Block a user