Update WelcomeTitle.tsx
Signed-off-by: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com>
This commit is contained in:
@@ -23,9 +23,9 @@ import React, { useEffect, useMemo } from 'react';
|
||||
import useAsync from 'react-use/lib/useAsync';
|
||||
import { getTimeBasedGreeting } from './timeUtil';
|
||||
|
||||
interface WelcomeTitleLanguageProps {
|
||||
export type WelcomeTitleLanguageProps = {
|
||||
language?: string[];
|
||||
}
|
||||
};
|
||||
|
||||
export const WelcomeTitle = ({ language }: WelcomeTitleLanguageProps) => {
|
||||
const identityApi = useApi(identityApiRef);
|
||||
|
||||
Reference in New Issue
Block a user