expand sub tasks

This commit is contained in:
chamiakJ
2025-07-03 01:31:05 +05:30
parent 3bef18901a
commit ecd4d29a38
435 changed files with 13150 additions and 11087 deletions

View File

@@ -6,7 +6,7 @@ import Configuration from '@/components/admin-center/configuration/configuration
import { useTranslation } from 'react-i18next';
const Billing: React.FC = () => {
const { t } = useTranslation('admin-center/current-bill');;
const { t } = useTranslation('admin-center/current-bill');
const items: TabsProps['items'] = [
{

View File

@@ -61,9 +61,7 @@ const Users: React.FC = () => {
key: 'email',
render: text => (
<span className="email-hover">
<Typography.Text copyable={{ text }}>
{text}
</Typography.Text>
<Typography.Text copyable={{ text }}>{text}</Typography.Text>
</span>
),
},