File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
packages/components/src/components/hds/advanced-table Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -316,13 +316,10 @@ export default class HdsAdvancedTable extends Component<HdsAdvancedTableSignatur
316316 if ( this . args . maxHeight && this . args . hasStickyHeader !== false ) {
317317 return true ;
318318 } else if ( this . args . hasStickyHeader && ! this . args . maxHeight ) {
319- assert (
320- 'Must set @maxHeight to use @hasStickyHeader.' ,
321- false
322- ) ;
319+ assert ( 'Must set @maxHeight to use @hasStickyHeader.' , false ) ;
323320 }
324321
325- return false
322+ return false ;
326323 }
327324
328325 get valign ( ) : HdsAdvancedTableVerticalAlignment {
@@ -466,10 +463,7 @@ export default class HdsAdvancedTable extends Component<HdsAdvancedTableSignatur
466463 }
467464 } ;
468465
469- const {
470- hasStickyFirstColumn = false ,
471- isSelectable = false ,
472- } = this . args ;
466+ const { hasStickyFirstColumn = false , isSelectable = false } = this . args ;
473467
474468 this . _resizeObserver = new ResizeObserver ( ( entries ) => {
475469 entries . forEach ( ( ) => {
You can’t perform that action at this time.
0 commit comments