mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-04 09:34:08 +00:00
chore: update error message
This commit is contained in:
parent
5a470c7533
commit
e0fa21f83a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user