mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 06:25:11 +01:00
fix: lints / formatting
This commit is contained in:
committed by
Jan Václavík
parent
ef49131dc4
commit
d801f4f544
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user