Skip to content

Commit

Permalink
chore: deprecate use-media-query and fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Feb 2, 2024
1 parent e2f76e4 commit d24a827
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions src/app/common/hooks/use-media-query.ts

This file was deleted.

6 changes: 3 additions & 3 deletions src/app/features/container/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import { ContainerLayout } from '../../ui/components/containers/container.layout
import { SwitchAccountDialog } from '../dialogs/switch-account-dialog/switch-account-dialog';
import { useRestoreFormState } from '../popup-send-form-restoration/use-restore-form-state';
import { SettingsDropdown } from '../settings-dropdown/settings-dropdown';
import { getOnClose } from './getOnClose';
import { getDisplayAddresssBalanceOf, isKnownPopup, showAccountInfo } from './getPopupHeader';
import { getTitleFromUrl } from './getTitleFromUrl';
import { getOnClose } from './get-on-close';
import { getDisplayAddresssBalanceOf, isKnownPopup, showAccountInfo } from './get-popup-header';
import { getTitleFromUrl } from './get-title-from-url';
import { TotalBalance } from './total-balance';

export function Container() {
Expand Down
File renamed without changes.

0 comments on commit d24a827

Please sign in to comment.