Account for possible undefined external actions 😭

This commit is contained in:
Dean 2025-03-21 11:43:47 +00:00
parent ef9396bcf4
commit d2aee63371
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@
<img <img
width={20} width={20}
height={20} height={20}
src={getExternalAction(action.stepId).icon} src={getExternalAction(action.stepId)?.icon}
alt={getExternalAction(action.stepId).name} alt={getExternalAction(action.stepId)?.name}
/> />
<span class="icon-spacing"> <span class="icon-spacing">
<Body size="XS"> <Body size="XS">