We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d49a2 commit cc08c4eCopy full SHA for cc08c4e
src/client/components/display/Tab.jsx
@@ -7,7 +7,7 @@ class Tab extends Component {
7
}
8
9
tabClickHandler() {
10
- let selectedTab = this.props.tabName;
+ const selectedTab = this.props.tabName;
11
this.props.onTabSelected(selectedTab);
12
13
0 commit comments