fix: lints / formatting

This commit is contained in:
Vojtěch Tranta
2026-01-14 10:14:37 +01:00
committed by Jan Václavík
parent ef49131dc4
commit d801f4f544
4 changed files with 3 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
import { EventType } from '@suite/analytics';
import { Translation } from '@suite/intl';
import type { GuideCategory } from '@suite-common/suite-types';
import { Row, Text, TextButton } from '@trezor/components';
import { EventType } from '@suite/analytics';
import { openNode, setView } from 'src/actions/suite/guideActions';
import { useDispatch, useSelector } from 'src/hooks/suite';

View File

@@ -6,6 +6,7 @@ import { networksCollection } from '@suite-common/wallet-config';
import { selectIsNetworkReserveEnabled, setNetworkReserve } from '@suite-common/wallet-core';
import { Switch } from '@trezor/components';
import { NETWORK_RESERVE_URL } from '@trezor/urls';
import { SettingsSectionItem } from 'src/components/settings/SettingsSectionItem';
import { ActionColumn, TextColumn } from 'src/components/suite';
import { SettingsAnchor } from 'src/constants/suite/anchors';

View File

@@ -1,7 +1,6 @@
import { ReactNode } from 'react';
import { Column } from '@trezor/components';
import { DataAnalytics } from '@trezor/product-components';
import { DATA_TOS_URL, DOCS_ANALYTICS_URL } from '@trezor/urls';

View File

@@ -16,8 +16,8 @@ import { isDebugEnv } from '@suite-native/config';
import { TextInputField, useFormContext } from '@suite-native/forms';
import { Translation } from '@suite-native/intl';
import { SendFormLabelEditable } from '@suite-native/labeling';
import { HELP_CENTER_EVM_ADDRESS_CHECKSUM, HELP_CENTER_SOLANA_HELP_URL } from '@trezor/urls';
import { useLegacyAnalytics } from '@suite-native/services';
import { HELP_CENTER_EVM_ADDRESS_CHECKSUM, HELP_CENTER_SOLANA_HELP_URL } from '@trezor/urls';
import { QrCodeBottomSheetIcon } from './QrCodeBottomSheetIcon';
import { useAddressValidationAlerts } from '../hooks/useAddressValidationAlerts/useAddressValidationAlerts';