fix: standardize caps

This commit is contained in:
Nikola Ubavic 2022-12-13 11:34:19 +01:00 committed by Rafael
parent 72eb851731
commit 644a6b32bd
22 changed files with 53 additions and 53 deletions

View file

@ -29,7 +29,7 @@ const useStyles = makeStyles(styles)
const MACHINE_OPTIONS = [{ code: 'all', display: 'All machines' }]
const REPRESENTING_OPTIONS = [
{ code: 'overTime', display: 'Over time' },
{ code: 'topMachines', display: 'Top Machines' },
{ code: 'topMachines', display: 'Top machines' },
{ code: 'hourOfTheDay', display: 'Hour of the day' }
]
const PERIOD_OPTIONS = [