mirror of
https://github.com/mue/mue.git
synced 2026-07-18 14:34:12 +02:00
misc: appropriate log type, ternary operator to prevent errors
This commit is contained in:
@@ -87,7 +87,7 @@ class WeatherOptions extends PureComponent {
|
||||
},
|
||||
(error) => {
|
||||
// firefox requires this 2nd function
|
||||
console.log(error);
|
||||
console.error(error);
|
||||
},
|
||||
{
|
||||
enableHighAccuracy: true,
|
||||
|
||||
Reference in New Issue
Block a user