Skip to content

Commit 8eece81

Browse files
committed
chore: Bug in example graphic
1 parent 025c442 commit 8eece81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1-draft-0/examples/l3rd-name/graphic.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class MyGraphic extends HTMLElement {
285285

286286
this.displayState.isPlaying = true
287287

288-
const showTitle = Boolean(this.displayState.data.title)
288+
const showTitle = Boolean(this.displayState.data?.title)
289289

290290

291291
return [

0 commit comments

Comments
 (0)