fix: standardize caps
This commit is contained in:
parent
72eb851731
commit
644a6b32bd
22 changed files with 53 additions and 53 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue