Skip to content

Commit

Permalink
Update src/ids-tabs/ids-tab.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tim McConechy <tim.mcconechy@infor.com>
  • Loading branch information
rob2d and tmcconechy authored May 19, 2021
1 parent af231bf commit 6aa6b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ids-tabs/ids-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class IdsTab extends mix(IdsElement).with(IdsEventsMixin) {
* @param {string} value value which becomes selected by tabs component
*/
set value(value) {
/* istanbul ignore else */
/* istanbul ignore next */
if (value !== this.getAttribute(props.VALUE)) {
/* istanbul ignore next */
this.setAttribute(props.VALUE, value);
Expand Down

0 comments on commit 6aa6b79

Please sign in to comment.