Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jun 9, 2020
1 parent 03f5f81 commit f9e8f91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -23,20 +23,20 @@ exports[`renders comment stream 1`] = `
aria-controls="tabPane-COMMENTS"
aria-label="Comments"
aria-selected={true}
className="BaseButton-root Tab-button Tab-streamPrimary Tab-active coral coral-tabBar-tab coral-tabBar-comments coral-tabBar-tab-active"
className="BaseButton-root Tab-button Tab-streamPrimary Tab-active coral coral-tabBar-tab coral-tabBar-comments coral-tabBar-tab-active TabBar-smallTab"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseOut={[Function]}
onMouseOver={[Function]}
onTouchEnd={[Function]}
role="tab"
title="Comments"
type="button"
>
<div>
<i
aria-hidden="true"
aria-label="Comments"
className="Icon-root Icon-lg"
>
forum
Expand Down
Expand Up @@ -23,20 +23,20 @@ exports[`renders comment stream 1`] = `
aria-controls="tabPane-COMMENTS"
aria-label="Comments"
aria-selected={true}
className="BaseButton-root Tab-button Tab-streamPrimary Tab-active coral coral-tabBar-tab coral-tabBar-comments coral-tabBar-tab-active"
className="BaseButton-root Tab-button Tab-streamPrimary Tab-active coral coral-tabBar-tab coral-tabBar-comments coral-tabBar-tab-active TabBar-smallTab"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseOut={[Function]}
onMouseOver={[Function]}
onTouchEnd={[Function]}
role="tab"
title="Comments"
type="button"
>
<div>
<i
aria-hidden="true"
aria-label="Comments"
className="Icon-root Icon-lg"
>
forum
Expand Down
2 changes: 1 addition & 1 deletion src/core/client/ui/components/v2/Tabs/Tab.tsx
Expand Up @@ -106,7 +106,7 @@ class Tab extends React.Component<TabProps> {
aria-controls={`tabPane-${tabID}`}
role="tab"
aria-selected={active}
aria-label={ariaLabel ? ariaLabel : ""}
aria-label={ariaLabel}
onClick={this.handleTabClick}
>
{children}
Expand Down

0 comments on commit f9e8f91

Please sign in to comment.