diff --git a/src/botPage/view/blockly/utils.js b/src/botPage/view/blockly/utils.js index 78c3b2d253..9ae4555220 100644 --- a/src/botPage/view/blockly/utils.js +++ b/src/botPage/view/blockly/utils.js @@ -255,7 +255,7 @@ export const findTopParentBlock = b => { return null; } while (pblock !== null) { - if (pblock.type === 'trade') { + if (pblock?.type === 'trade') { return pblock; } block = pblock;
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: