Skip to content

Commit

Permalink
chore: update pnpm lock file on qr package removal
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Mar 21, 2024
1 parent 2bbe649 commit 1e845d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"react-head": "3.4.2",
"react-intersection-observer": "9.5.2",
"react-lottie": "1.2.4",
"react-qr-code": "^2.0.12",
"react-qr-code": "2.0.12",
"react-redux": "8.1.3",
"react-router-dom": "6.22.1",
"react-virtuoso": "4.7.1",
Expand Down
9 changes: 1 addition & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/app/pages/receive/receive-btc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { useBackgroundLocationRedirect } from '@app/routes/hooks/use-background-
import { useCurrentAccountIndex } from '@app/store/accounts/account';
import { useNativeSegwitAccountIndexAddressIndexZero } from '@app/store/accounts/blockchain/bitcoin/native-segwit-account.hooks';

import { ReceiveBtcModalWarning } from './components/receive-btc-warning';
import { ReceiveTokensLayout } from './components/receive-tokens.layout';

interface ReceiveBtcModalType {
Expand Down

0 comments on commit 1e845d1

Please sign in to comment.