Skip to content

Commit

Permalink
cleanup extension (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecande11 authored Feb 16, 2023
1 parent c304b34 commit db1738d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
Empty file modified build.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/app/InitBankBalance.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PropsWithChildren, useEffect, useState } from "react"
import { PropsWithChildren } from "react"
import {
CoinBalance,
useInitialBankBalance,
Expand Down
1 change: 0 additions & 1 deletion src/extension/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import ManageNetworks from "./networks/ManageNetworks"
import AddNetworkPage from "./networks/AddNetworkPage"
import Auth from "./auth/Auth"
import Header from "./layouts/Header"
import Settings from "./settings/Settings"
import Front from "./modules/Front"
import ManageWallets from "./auth/SelectWallets"
import { useInterchainAddresses } from "auth/hooks/useAddress"
Expand Down
1 change: 1 addition & 0 deletions src/pages/wallet/SendPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ const SendPage = () => {
autoFocus
/>
)}
maxHeight
>
<AddressBookList
onClick={async ({ recipient, memo }) => {
Expand Down
2 changes: 0 additions & 2 deletions src/txs/gov/VoteForm.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useCallback, useMemo } from "react"
import { useTranslation } from "react-i18next"
import { useForm } from "react-hook-form"
import classNames from "classnames/bind"
import { MsgVote, Vote } from "@terra-money/feather.js"
Expand All @@ -24,7 +23,6 @@ const Options = [
]

const VoteForm = () => {
const { t } = useTranslation()
const getVoteOptionItem = useGetVoteOptionItem()
const { id, chain } = useProposalId()

Expand Down
2 changes: 0 additions & 2 deletions src/txs/stake/WithdrawCommissionForm.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useCallback, useMemo } from "react"
import { useTranslation } from "react-i18next"
import { useForm } from "react-hook-form"
import { ValAddress } from "@terra-money/feather.js"
import { MsgWithdrawValidatorCommission } from "@terra-money/feather.js"
Expand All @@ -16,7 +15,6 @@ import Tx from "../Tx"

// TODO: make this interchain
const WithdrawCommissionForm = () => {
const { t } = useTranslation()
const currency = useCurrency()
const address = useAddress()
const chainID = useChainID()
Expand Down

0 comments on commit db1738d

Please sign in to comment.