Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LeldeLace committed Jan 16, 2025
1 parent 95ddaeb commit cc14dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/imports/client/custom/vq/templates/VQ_DSS_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ function makeSuperClasses() {
}
}

if ( g_list.length > 1 ) {
if ( g_list.length > 1 && params.diffG > 0) {
const grId = makeClassGroup(g_list, 'in makeSuperClasses');
const gClass = rezFull.classes[grId];
gClass.super_classes.push(sc_id);
Expand Down

0 comments on commit cc14dc3

Please sign in to comment.