Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Only show QR code after load
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Apr 16, 2022
1 parent 0fc0549 commit f8feba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/SendScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const SendScreen: React.FC = () => {
</View>
</View>
</Modal>
{isURL(enteredUrl, { require_protocol: true }) && (
{isURL(enteredUrl, { require_protocol: true }) && data.result.code && (
<Icon
type="ionicon" // The icon is loaded from the ionicons icon library
name="qr-code-outline"
Expand Down

0 comments on commit f8feba5

Please sign in to comment.