We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb4109 commit 20973a0Copy full SHA for 20973a0
web/src/components/panels/result-panel.js
@@ -85,7 +85,7 @@ export class PlaygroundResultPanel extends LitElement {
85
<span><strong>Result</strong></span>
86
</div>
87
${
88
- this.result?.executionTime
+ this.result?.executionTime !== undefined
89
? html`
90
<div
91
class="execution-time-header"
0 commit comments