修复lint错误

修正钱包生命周期分支的 lint 问题。
This commit is contained in:
2026-08-05 20:20:53 +08:00
parent 3df8c99df4
commit 6300ba55f7
2 changed files with 2 additions and 2 deletions
@@ -14,8 +14,8 @@ const clientApi = vi.hoisted(() => ({
vi.mock('../src/services/clientApi', () => clientApi);
import { useWalletStore } from '../src/stores/useWalletStore';
import { useAccountWallet } from '../src/features/app-shell/useAccountWallet';
import { useWalletStore } from '../src/stores/useWalletStore';
function detailedBalance(totalPoints: number) {
return {
@@ -5,9 +5,9 @@ import { useState } from 'react';
import { beforeEach, describe, expect, it, vi } from 'vitest';
import type { AuthUser } from '../../../packages/shared/src/contracts/auth';
import { usePlatformWalletStore } from '../../stores/usePlatformWalletStore';
import { PlatformEntryFlowShellImpl } from './PlatformEntryActiveFlowShell';
import type { SelectionStage } from './platformEntryActiveTypes';
import { usePlatformWalletStore } from '../../stores/usePlatformWalletStore';
const authUiMock = vi.hoisted(() => ({
value: {