feat: 本次提交更新内容如下
bugfix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user