Skip to content

Commit

Permalink
fix: filename
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Oct 17, 2023
1 parent f831fe1 commit 1823462
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { clsx } from 'utils'
import { SCRIPT_BASES } from 'utils/const'
import { Proposal, Session, SessionRequest } from 'ckb-walletconnect-wallet-sdk'
import { DetailIcon } from 'widgets/Icons/icon'
import styles from './walletConnnect.module.scss'
import styles from './walletConnect.module.scss'

interface PrososalItemProps {
data: Proposal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { clsx, ErrorCode, isSuccessResponse } from 'utils'
import { Experiment, WalletConnect as WalletConnectIcon, Scan, ScanScreen, NumberScan } from 'widgets/Icons/icon'
import { SessionRequest } from 'ckb-walletconnect-wallet-sdk'
import { useWalletConnect } from './hooks'
import styles from './walletConnnect.module.scss'
import { SessionItem, PrososalItem, MessageItem, TransactionItem } from './ItemComponents'
import styles from './walletConnect.module.scss'

const WalletConnect = () => {
const { wallet } = useGlobalState()
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-ui/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import OfflineSign from 'components/OfflineSign'
import Settings from 'components/Settings'
import SignAndVerify from 'components/SignAndVerify'
import MultisigAddress from 'components/MultisigAddress'
import WalletConnnect from 'components/WalletConnnect'
import WalletConnect from 'components/WalletConnect'

const toolsRouters = [
{
Expand Down Expand Up @@ -198,7 +198,7 @@ const mainRouterConfig: RouteObject[] = [
path: RoutePath.WalletConnect,
element: (
<>
<WalletConnnect />
<WalletConnect />
<Outlet />
</>
),
Expand Down

0 comments on commit 1823462

Please sign in to comment.