Skip to content

Commit 3ebf827

Browse files
authored
Update MetricsSummaryTab.js
1 parent 1bf8476 commit 3ebf827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/js/components/MetricsSummaryTab/MetricsSummaryTab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const metricKeysTabF90 = [
3939
'icode-f90-loc-mean',
4040
'icode-f90-loc-max'];
4141

42-
const metricKeysTabSH = [
42+
const metricKeysTabShell = [
4343
'icode-shell-nesting-min',
4444
'icode-shell-nesting-mean',
4545
'icode-shell-nesting-max',
@@ -314,4 +314,4 @@ class MetricsSummaryTab extends React.Component {
314314
};
315315
}
316316

317-
export default MetricsSummaryTab;
317+
export default MetricsSummaryTab;

0 commit comments

Comments
 (0)