Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Jul 11, 2021
1 parent 701d6c6 commit 5630bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/views/LNPage/ConnectPage/ConnectPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
import styles from "./ConnectPage.module.css";
import { LN_ICON } from "constants";
import { useConnectPage } from "./hooks";
import {CreateLNWallet, CreateLNWalletHeader} from "./CreateLNWallet";
import { CreateLNWallet, CreateLNWalletHeader } from "./CreateLNWallet";

const stageMsgs = {
[LNWALLET_STARTUPSTAGE_STARTDCRLND]: (
Expand Down
2 changes: 1 addition & 1 deletion app/components/views/LNPage/LNPage.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TabbedPage, TabbedPageTab as Tab, TitleHeader } from "layout";
import { FormattedMessage as T } from "react-intl";
import { Switch, Redirect } from "react-router-dom";
import { ConnectPage } from "./ConnectPage";
import { ConnectPage } from "./ConnectPage";
import WalletTab, { WalletTabHeader } from "./WalletTab/WalletTab";
import ChannelsTab, { ChannelsTabHeader } from "./ChannelsTab/ChannelsTab";
import InvoicesTab, { InvoicesTabHeader } from "./InvoicesTab/InvoicesTab";
Expand Down

0 comments on commit 5630bae

Please sign in to comment.