mirror of
https://github.com/mue/mue.git
synced 2026-07-27 10:41:08 +02:00
fix: upgrading from 5.0.1 to latest now works, code style changes etc
This commit is contained in:
@@ -49,16 +49,16 @@ export default class TimeSettings extends React.PureComponent {
|
||||
|
||||
const tempFormat = [
|
||||
{
|
||||
'name': language.temp_format.celsius + ' (°C)',
|
||||
'value': 'celsius'
|
||||
name: language.temp_format.celsius + ' (°C)',
|
||||
value: 'celsius'
|
||||
},
|
||||
{
|
||||
'name': language.temp_format.fahrenheit + ' (°F)',
|
||||
'value': 'fahrenheit'
|
||||
name: language.temp_format.fahrenheit + ' (°F)',
|
||||
value: 'fahrenheit'
|
||||
},
|
||||
{
|
||||
'name': language.temp_format.kelvin + ' (K)',
|
||||
'value': 'kelvin'
|
||||
name: language.temp_format.kelvin + ' (K)',
|
||||
value: 'kelvin'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user