Merge branch 'main' into MED-85
This commit is contained in:
@@ -18,7 +18,6 @@ import { VersionUpdater } from '@kit/ui/version-updater';
|
||||
|
||||
import { i18nResolver } from '../../../../lib/i18n/i18n.resolver';
|
||||
import { getI18nSettings } from '../../../../lib/i18n/i18n.settings';
|
||||
|
||||
import { ReactQueryProvider } from './react-query-provider';
|
||||
|
||||
const captchaSiteKey = authConfig.captchaTokenSiteKey;
|
||||
|
||||
@@ -13,7 +13,7 @@ export function InfoTooltip({
|
||||
content,
|
||||
icon,
|
||||
}: {
|
||||
content?: string;
|
||||
content?: string | null;
|
||||
icon?: JSX.Element;
|
||||
}) {
|
||||
if (!content) return null;
|
||||
|
||||
Reference in New Issue
Block a user