Skip to content

Commit 8c06bbc

Browse files
authored
Merge pull request #5 from CfrancCyrille/dev
Correction du bug de remonté des informations du fichier d’analyse des fichiers SHELL dans l'onglet SH
2 parents b101a77 + ea7c0f5 commit 8c06bbc

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)