Skip to content

Commit

Permalink
Merge pull request #297 from trilitech/fix-typo-in-pannel
Browse files Browse the repository at this point in the history
Change pannel->panel
  • Loading branch information
serjonya-trili authored Jul 26, 2023
2 parents 0a00b0a + 84eb82b commit 8012d63
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/AccountCard/AccountCardDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FA12TokenBalance, FA2TokenBalance, NFTBalance } from "../../types/Token
import { Delegation } from "../../types/Delegation";
import { Identicon } from "../Identicon";
import { TezRecapDisplay } from "../TezRecapDisplay";
import { AssetsPanel } from "./AssetsPannel/AssetsPanel";
import { AssetsPanel } from "./AssetsPanel/AssetsPanel";
import MultisigApprovers from "./MultisigApprovers";
import { DelegationMode } from "../sendForm/types";
import AddressPill from "../AddressPill/AddressPill";
Expand Down
2 changes: 1 addition & 1 deletion src/components/ApproveExecuteForm/SubmitApproveExecute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import SignButton from "../sendForm/components/SignButton";
import { ImplicitAccount } from "../../types/Account";
import { ParamsWithFee } from "./types";
import { prettyTezAmount } from "../../utils/format";
import MultisigDecodedOperations from "../AccountCard/AssetsPannel/MultisigPendingAccordion/MultisigDecodedOperations";
import MultisigDecodedOperations from "../AccountCard/AssetsPanel/MultisigPendingAccordion/MultisigDecodedOperations";
import { approveOrExecuteMultisigOperation } from "../../utils/tezos";
import { AccountSmallTile } from "../AccountSelector/AccountSmallTile";
import { ApproveOrExecute } from "../../utils/tezos/types";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import { parseImplicitPkh, parsePkh } from "../../../types/Address";
import { Operation } from "../../../types/Operation";
import { useFirstAccount, useGetImplicitAccount } from "../../hooks/accountHooks";
import { walletClient } from "../beacon";
import BeaconErrorPanel from "./pannels/BeaconErrorPanel";
import PermissionRequestPanel from "./pannels/PermissionRequestPanel";
import SignPayloadRequestPanel from "./pannels/SignPayloadRequestPanel";
import BeaconErrorPanel from "./panels/BeaconErrorPanel";
import PermissionRequestPanel from "./panels/PermissionRequestPanel";
import SignPayloadRequestPanel from "./panels/SignPayloadRequestPanel";

const SingleTransaction = ({
transfer,
Expand Down
2 changes: 1 addition & 1 deletion src/views/home/NftList.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TabList, Tabs } from "@chakra-ui/react";
import { NFTsGrid } from "../../components/AccountCard/AssetsPannel/NFTsGrid";
import { NFTsGrid } from "../../components/AccountCard/AssetsPanel/NFTsGrid";
import NestedScroll from "../../components/NestedScroll";
import SmallTab from "../../components/SmallTab";
import { useAllNfts } from "../../utils/hooks/assetsHooks";
Expand Down

0 comments on commit 8012d63

Please sign in to comment.