Skip to content

Commit

Permalink
SelectDropdown: disable some ESLint warnings in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Aug 16, 2019
1 parent b09fabe commit dd17c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/components/select-dropdown/docs/example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,12 @@ class SelectDropdownExample extends React.PureComponent {
selectedIcon: icon,
} );

// eslint-disable-next-line no-console
console.log( 'Select Dropdown Item (selected):', childSelected );
};

onDropdownSelect( option ) {
// eslint-disable-next-line no-console
console.log( 'Select Dropdown (selected):', option );
}
}
Expand Down

0 comments on commit dd17c67

Please sign in to comment.