Skip to content

Commit

Permalink
fix: fix the issue where the account selector does not work in the ma…
Browse files Browse the repository at this point in the history
…rket module.
  • Loading branch information
huhuanming committed Dec 26, 2024
1 parent 2bfc8fa commit a8ccbc4
Show file tree
Hide file tree
Showing 24 changed files with 1,356 additions and 87 deletions.
1 change: 0 additions & 1 deletion packages/kit/src/views/Market/MarketHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {
} from '@onekeyhq/shared/src/eventBus/appEventBus';
import platformEnv from '@onekeyhq/shared/src/platformEnv';
import { EAccountSelectorSceneName } from '@onekeyhq/shared/types';
import type { IMarketCategory } from '@onekeyhq/shared/types/market';

import backgroundApiProxy from '../../background/instance/backgroundApiProxy';
import { AccountSelectorProviderMirror } from '../../components/AccountSelector';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useCallback, useEffect, useMemo, useState } from 'react';
import { useCallback, useMemo } from 'react';

import { useIntl } from 'react-intl';

Expand Down
Loading

0 comments on commit a8ccbc4

Please sign in to comment.