Skip to content

Commit

Permalink
Merge pull request #2124 from stakwork/feature/render-image-for-defau…
Browse files Browse the repository at this point in the history
…lt-view

feat: fix rendering for default view
  • Loading branch information
Rassl authored Sep 11, 2024
2 parents 8556c10 + 1d627a6 commit aa6fb55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Default = () => {
return null
}

const hasImage = !!selectedNode.image_url
const hasImage = !!selectedNode.properties?.image_url
const hasAudio = !!selectedNode.properties?.audio_EN
const customKeys = selectedNode.properties || {}

Expand Down

0 comments on commit aa6fb55

Please sign in to comment.