File tree 1 file changed +3
-9
lines changed
packages/components/src/components/hds/advanced-table
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
316
316
if ( this . args . maxHeight && this . args . hasStickyHeader !== false ) {
317
317
return true ;
318
318
} 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 ) ;
323
320
}
324
321
325
- return false
322
+ return false ;
326
323
}
327
324
328
325
get valign ( ) : HdsAdvancedTableVerticalAlignment {
@@ -466,10 +463,7 @@ export default class HdsAdvancedTable extends Component<HdsAdvancedTableSignatur
466
463
}
467
464
} ;
468
465
469
- const {
470
- hasStickyFirstColumn = false ,
471
- isSelectable = false ,
472
- } = this . args ;
466
+ const { hasStickyFirstColumn = false , isSelectable = false } = this . args ;
473
467
474
468
this . _resizeObserver = new ResizeObserver ( ( entries ) => {
475
469
entries . forEach ( ( ) => {
You can’t perform that action at this time.
0 commit comments