Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8b45f71

Browse files
authored
Merge pull request #3563 from mehrzad-fs/fix-trackJS-pblock
Mehrzad / fix-trackJs-pblock
2 parents 1f54655 + 10ed64b commit 8b45f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/botPage/view/blockly/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export const findTopParentBlock = b => {
255255
return null;
256256
}
257257
while (pblock !== null) {
258-
if (pblock.type === 'trade') {
258+
if (pblock?.type === 'trade') {
259259
return pblock;
260260
}
261261
block = pblock;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy