mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-20 23:28:52 -04:00
style(settings): don't use timeout for resolve message, keep it persistent
This commit is contained in:
@@ -119,14 +119,6 @@ const ProfileSettings = () => {
|
||||
setSavedCryptoAddress(true);
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
if (checkCryptoAddress) {
|
||||
setTimeout(() => {
|
||||
setCheckCryptoAddress(false);
|
||||
}, 3000);
|
||||
}
|
||||
}, [checkCryptoAddress]);
|
||||
|
||||
useEffect(() => {
|
||||
if (savedCryptoAddress) {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user