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

@@ -9,5 +9,6 @@
[tx]="selectedTx || hoverTx"
[cursorPosition]="tooltipPosition"
[clickable]="!!selectedTx"
[auditEnabled]="auditHighlighting"
></app-block-overview-tooltip>
</div>