WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit f8feba5

Browse files
committed
Only show QR code after load
1 parent 0fc0549 commit f8feba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/SendScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const SendScreen: React.FC = () => {
225225
</View>
226226
</View>
227227
</Modal>
228-
{isURL(enteredUrl, { require_protocol: true }) && (
228+
{isURL(enteredUrl, { require_protocol: true }) && data.result.code && (
229229
<Icon
230230
type="ionicon" // The icon is loaded from the ionicons icon library
231231
name="qr-code-outline"

0 commit comments

Comments
 (0)