File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const ui_builder = function () {
102
102
// this pattern is contained with a directory documented as hidden (a handy way to hide whole directories from the nav
103
103
isOmitted =
104
104
( pattern . patternGroupData && pattern . patternGroupData . hidden ) ||
105
- ( pattern . patternSubGroupData && pattern . patternSubGroupData . hidden ) ||
105
+ ( pattern . patternSubgroupData && pattern . patternSubgroupData . hidden ) ||
106
106
// TODO: Remove next two lines when removing support & deprecation waring for underscore prefix hiding
107
107
pattern . relPath . charAt ( 0 ) === '_' ||
108
108
pattern . relPath . indexOf ( path . sep + '_' ) > - 1 ;
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ tap.test(
145
145
patternPartial : 'shown-foo' ,
146
146
} ) ;
147
147
148
- pattern . patternSubGroupData = {
148
+ pattern . patternSubgroupData = {
149
149
hidden : true ,
150
150
} ;
151
151
You can’t perform that action at this time.
0 commit comments