Skip to content

Commit

Permalink
Change to ??
Browse files Browse the repository at this point in the history
  • Loading branch information
CubesterYT committed Dec 31, 2023
1 parent 21bd70a commit c436552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ class Runtime extends EventEmitter {
blockJSON[`message${outLineNum}`] = '%1';
blockJSON[`args${outLineNum}`] = [{
type: 'field_image',
src: blockInfo.branchIconURI || './static/blocks-media/repeat.svg',
src: blockInfo.branchIconURI ?? './static/blocks-media/repeat.svg',
width: 24,
height: 24,
alt: '*', // TODO remove this since we don't use collapsed blocks in scratch
Expand Down

0 comments on commit c436552

Please sign in to comment.