Skip to content

Commit

Permalink
style(llm, common): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ofreyssinet-ledger committed Oct 17, 2023
1 parent 74f1c14 commit 9f3275a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ const Row = ({ app, state, dispatch, setAppUninstallWithDependencies, deviceInfo
</Flex>
);

const modalStyleOverrides = {
modal: {
flex: 1,
justifyContent: "flex-end" as const,
margin: 0,
},
};

type Props = {
isOpen: boolean;
onClose: () => void;
Expand Down
6 changes: 1 addition & 5 deletions libs/ledger-live-common/src/apps/polyfill.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// polyfill the unfinished support of apps logic
import uniq from "lodash/uniq";
import semver from "semver";
import {
listCryptoCurrencies,
findCryptoCurrencyById,
findCryptoCurrency,
} from "@ledgerhq/cryptoassets";
import { listCryptoCurrencies, findCryptoCurrencyById } from "@ledgerhq/cryptoassets";
import { App, AppType, Application, ApplicationV2 } from "@ledgerhq/types-live";
import type { CryptoCurrency, CryptoCurrencyId } from "@ledgerhq/types-cryptoassets";
const directDep = {};
Expand Down

0 comments on commit 9f3275a

Please sign in to comment.