mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
linting
This commit is contained in:
parent
ab39cf436c
commit
2ed9460f21
@ -66,9 +66,9 @@ onResult(({ data }) => {
|
||||
onError(() => {
|
||||
if (gmsActive && gmsUserLocationExists) {
|
||||
toastError('authenticateGmsUserSearch failed!')
|
||||
}
|
||||
else if (gmsActive && !gmsUserLocationExists) {
|
||||
} else if (gmsActive && !gmsUserLocationExists) {
|
||||
// toastError('capture your location first!')
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('capture your location first...')
|
||||
}
|
||||
})
|
||||
|
||||
@ -38,8 +38,8 @@ if (process.env.FRONTEND_HOSTING === 'nodejs') {
|
||||
// version.FRONTEND_MODULE_PORT
|
||||
|
||||
const features = {
|
||||
GMS_ACTIVE: process.env.GMS_ACTIVE === 'true' ? true : false,
|
||||
HUMHUB_ACTIVE: process.env.HUMHUB_ACTIVE === 'true' ? true : false,
|
||||
GMS_ACTIVE: process.env.GMS_ACTIVE === 'true',
|
||||
HUMHUB_ACTIVE: process.env.HUMHUB_ACTIVE === 'true',
|
||||
}
|
||||
|
||||
const environment = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user