summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/checks/gr-checks-results.ts
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/checks/gr-checks-results.ts')
-rw-r--r--polygerrit-ui/app/elements/checks/gr-checks-results.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/polygerrit-ui/app/elements/checks/gr-checks-results.ts b/polygerrit-ui/app/elements/checks/gr-checks-results.ts
index 848948f05d..e1604cf38a 100644
--- a/polygerrit-ui/app/elements/checks/gr-checks-results.ts
+++ b/polygerrit-ui/app/elements/checks/gr-checks-results.ts
@@ -495,7 +495,7 @@ export class GrResultRow extends LitElement {
return html`
<div class="label ${status}">
<span>${label} ${valueStr}</span>
- <paper-tooltip offset="5" ?fitToVisibleBounds=${true}>
+ <paper-tooltip offset="5" .fitToVisibleBounds=${true}>
The check result has (probably) influenced this label vote.
</paper-tooltip>
</div>
@@ -607,7 +607,7 @@ export class GrResultRow extends LitElement {
@click=${(e: MouseEvent) => this.tagClick(e, tag.name)}
>
<span>${tag.name}</span>
- <paper-tooltip offset="5" ?fitToVisibleBounds=${true}>
+ <paper-tooltip offset="5" .fitToVisibleBounds=${true}>
${tag.tooltip ??
'A category tag for this check result. Click to filter.'}
</paper-tooltip>