We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c4f9a commit 564330fCopy full SHA for 564330f
src/screens/Wallet/Wallet.tsx
@@ -186,26 +186,6 @@ export const Wallet = () => {
186
187
return (
188
<>
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
- )}
209
{zPub && nextChangeAddress && (
210
<SendModal
211
isOpen={isSendModalOpen}
0 commit comments