import { X } from 'lucide-react' export default function EditAccountModal({ show, t, editingAccount, editAccount, setEditAccount, loading, onClose, onSave, }) { if (!show || !editingAccount) { return null } return (
{t('accountManager.editAccountHint')}
{editingAccount.identifier}