check
parent
bcc323028c
commit
5e186bf4f6
|
@ -493,8 +493,10 @@ function CardPersonalCalendarSettings({ settings }) {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{settings.google_account_name !== undefined &&
|
{settings.google_account_name !== undefined &&
|
||||||
|
settings.google_account_name !== null &&
|
||||||
settings.google_account_name !== "" &&
|
settings.google_account_name !== "" &&
|
||||||
settings.google_account_picture !== undefined &&
|
settings.google_account_picture !== undefined &&
|
||||||
|
settings.google_account_picture !== null &&
|
||||||
settings.google_account_picture !== "" ? (
|
settings.google_account_picture !== "" ? (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={t(
|
title={t(
|
||||||
|
|
Loading…
Reference in New Issue