Skip to content

Commit

Permalink
fix: pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Dec 14, 2023
1 parent 4ce1884 commit 5e84a1a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 101 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@octokit/types": "12.0.0",
"@radix-ui/colors": "3.0.0",
"@radix-ui/react-accessible-icon": "1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/themes": "2.0.2",
Expand Down
74 changes: 0 additions & 74 deletions src/app/common/hooks/use-event-listener.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const SwitchAccountDrawer = memo(() => {
if (isShowing && stacksAddressesNum === 0 && btcAddressesNum === 0) {
return <AccountListUnavailable />;
}
console.log('currentAccountIndex', currentAccountIndex);

// without this early return it crashes on new install with:
// Wallet is neither of type `ledger` nor `software`
Expand Down
2 changes: 0 additions & 2 deletions src/app/pages/receive/receive-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export function ReceiveModal({ type = 'full' }: ReceiveModalProps) {
</>
);

console.log('receive modal base drawer', title);

return (
<BaseDrawer
title={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { memo, useCallback } from 'react';
import { useNavigate } from 'react-router-dom';
import { Virtuoso } from 'react-virtuoso';

import { css } from 'leather-styles/css';
import { Box } from 'leather-styles/jsx';

import { useFilteredBitcoinAccounts } from '@app/store/accounts/blockchain/bitcoin/bitcoin.ledger';
Expand Down
22 changes: 0 additions & 22 deletions src/app/ui/components/containers/drawer/hooks/use-drawer.tsx

This file was deleted.

0 comments on commit 5e84a1a

Please sign in to comment.