Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ofreyssinet-ledger committed Nov 4, 2021
1 parent 361c5ce commit 565c5e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/families/tron/AccountBalanceSummaryFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import type { Account } from "@ledgerhq/live-common/lib/types";

import invariant from "invariant";
import { useTheme } from "@react-navigation/native";
import BigNumber from "bignumber.js";
import InfoModal from "../../modals/Info";
import type { ModalInfo } from "../../modals/Info";
import FreezeIcon from "../../icons/Freeze";
Expand Down
2 changes: 1 addition & 1 deletion src/families/tron/TransactionConfirmFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import invariant from "invariant";
import React from "react";
import { StyleSheet } from "react-native";
import { useSelector } from "react-redux";
import { Trans, useTranslation } from "react-i18next";
import type { Transaction } from "@ledgerhq/live-common/lib/types";
import {
Expand All @@ -16,7 +17,6 @@ import {
} from "../../components/ValidateOnDeviceDataRow";
import LText from "../../components/LText";
import Info from "../../icons/Info";
import { useSelector } from "react-redux";
import { localeSelector } from "../../reducers/settings";

const styles = StyleSheet.create({
Expand Down

0 comments on commit 565c5e7

Please sign in to comment.