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 1bf8476 commit 3ebf827Copy full SHA for 3ebf827
src/main/js/components/MetricsSummaryTab/MetricsSummaryTab.js
@@ -39,7 +39,7 @@ const metricKeysTabF90 = [
39
'icode-f90-loc-mean',
40
'icode-f90-loc-max'];
41
42
-const metricKeysTabSH = [
+const metricKeysTabShell = [
43
'icode-shell-nesting-min',
44
'icode-shell-nesting-mean',
45
'icode-shell-nesting-max',
@@ -314,4 +314,4 @@ class MetricsSummaryTab extends React.Component {
314
};
315
}
316
317
-export default MetricsSummaryTab;
+export default MetricsSummaryTab;
0 commit comments