diff --git a/apps/browser-extension-wallet/src/components/MainLoader/MainLoader.tsx b/apps/browser-extension-wallet/src/components/MainLoader/MainLoader.tsx index 2e38db01c1..e05e448b2d 100644 --- a/apps/browser-extension-wallet/src/components/MainLoader/MainLoader.tsx +++ b/apps/browser-extension-wallet/src/components/MainLoader/MainLoader.tsx @@ -5,18 +5,17 @@ import { useTranslation } from 'react-i18next'; import styles from './MainLoader.module.scss'; export interface MainLoaderProps { - text?: string; overlay?: boolean; } -export const MainLoader = ({ text, overlay = false }: MainLoaderProps): React.ReactElement => { +export const MainLoader = ({ overlay = false }: MainLoaderProps): React.ReactElement => { const { t } = useTranslation(); return (
- {text ?? t('general.loading')} + {t('general.loading')}
LaceをサポートしていないDAppに接続しようとしていますか。
Dappが見つかりませんか。あなたのDAppをDappRadarに