diff --git a/app/components/LndSyncing/LndSyncing.js b/app/components/LndSyncing/LndSyncing.js index 8933416a..d76b75e0 100644 --- a/app/components/LndSyncing/LndSyncing.js +++ b/app/components/LndSyncing/LndSyncing.js @@ -50,7 +50,7 @@ class LndSyncing extends Component { const renderCurrentFact = facts[currentFact] const copyOnClick = () => { - if (!address) { return } + if (!address || !address.length) { return } copy(address) showNotification('Noice', 'Successfully copied to clipboard')