Only show audit-related tooltip info when audit enabled

This commit is contained in:
Mononaut
2023-01-26 19:14:40 -06:00
parent a11edbbb82
commit cb8b3719e8
3 changed files with 3 additions and 1 deletions

View File

@@ -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;