Skip to content

Commit

Permalink
fix: prettier reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Sep 12, 2019
1 parent bd0e5ae commit 361cb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/bolt-tabs/src/tabs.js
Expand Up @@ -140,7 +140,7 @@ class BoltTabs extends withContext(withLitHtml()) {

// account for nested tabs when rendering to the Shadow DOM + Light DOM
get tabPanels() {
if (this.useShadow){
if (this.useShadow) {
return Array.from(this.children).filter(
child => child.tagName === 'BOLT-TAB-PANEL',
);
Expand Down

0 comments on commit 361cb6b

Please sign in to comment.