chore: update error message

This commit is contained in:
jinhojang6 2024-11-22 01:04:24 +09:00
parent 5a470c7533
commit e0fa21f83a
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8

View File

@ -87,7 +87,9 @@ const Dropdown: React.FC = () => {
}
}
} catch (error: any) {
alert('Please check if wallet is available and try again')
alert(
'Please check if the wallet is available or if it is not connected.',
)
console.log('Failed to connect or disconnect wallet:', error)
setWalletAddress(null)