Skip to content

Commit 20973a0

Browse files
committed
Update web/src/components/panels/result-panel.js
1 parent 3cb4109 commit 20973a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/panels/result-panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class PlaygroundResultPanel extends LitElement {
8585
<span><strong>Result</strong></span>
8686
</div>
8787
${
88-
this.result?.executionTime
88+
this.result?.executionTime !== undefined
8989
? html`
9090
<div
9191
class="execution-time-header"

0 commit comments

Comments
 (0)