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 () {
102102 // this pattern is contained with a directory documented as hidden (a handy way to hide whole directories from the nav
103103 isOmitted =
104104 ( pattern . patternGroupData && pattern . patternGroupData . hidden ) ||
105- ( pattern . patternSubGroupData && pattern . patternSubGroupData . hidden ) ||
105+ ( pattern . patternSubgroupData && pattern . patternSubgroupData . hidden ) ||
106106 // TODO: Remove next two lines when removing support & deprecation waring for underscore prefix hiding
107107 pattern . relPath . charAt ( 0 ) === '_' ||
108108 pattern . relPath . indexOf ( path . sep + '_' ) > - 1 ;
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ tap.test(
145145 patternPartial : 'shown-foo' ,
146146 } ) ;
147147
148- pattern . patternSubGroupData = {
148+ pattern . patternSubgroupData = {
149149 hidden : true ,
150150 } ;
151151
You can’t perform that action at this time.
0 commit comments