Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Sep 29, 2020
1 parent 6c503cb commit 29a7025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/interface/VFBStackViewer/VFBStackViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default class VFBStackViewer extends React.Component {
} else {
added = instances;
var c = 0;
var i;
for (i in instances){
if (i.parent && i.parent.getId() == window.templateID) {
added[0] = i;
Expand Down

0 comments on commit 29a7025

Please sign in to comment.