Skip to content

Commit 564330f

Browse files
removed unused component (#349)
1 parent a9c4f9a commit 564330f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/screens/Wallet/Wallet.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -186,26 +186,6 @@ export const Wallet = () => {
186186

187187
return (
188188
<>
189-
{nextAddress && (
190-
<Modal
191-
isOpen={isReceiveModalOpen}
192-
title={t("receiveBitcoins")}
193-
onClose={() => {
194-
setIsReceiveModalOpen(false);
195-
}}
196-
>
197-
<ComponentStack>
198-
<S.ReceiveQR size={200} value={nextAddress.address} />
199-
<Button
200-
title={nextAddress.address}
201-
copyContent={nextAddress.address}
202-
/>
203-
<Text h4 weight={600} color={colors.white}>
204-
{t("receiveInfo")}
205-
</Text>
206-
</ComponentStack>
207-
</Modal>
208-
)}
209189
{zPub && nextChangeAddress && (
210190
<SendModal
211191
isOpen={isSendModalOpen}

0 commit comments

Comments
 (0)