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.
2 parents b101a77 + ea7c0f5 commit 8c06bbcCopy full SHA for 8c06bbc
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