feat: 本次提交更新内容如下

bugfix
This commit is contained in:
笔记本里的永平
2025-07-08 10:32:05 +08:00
parent 567c0ad548
commit 6129fbfac6
6 changed files with 28 additions and 26 deletions

View File

@@ -80,7 +80,7 @@ export default function WechatAccountDetail() {
const { id } = useParams<{ id: string }>();
const navigate = useNavigate();
const { toast } = useToast();
const { currentAccount, clearCurrentAccount } = useWechatAccount();
const { currentAccount } = useWechatAccount();
const [accountSummary, setAccountSummary] = useState<WechatAccountSummary | null>(null);
const [showRestrictions, setShowRestrictions] = useState(false);