update settings screen

This commit is contained in:
Ren Amamiya
2023-08-31 08:51:23 +07:00
parent c29ed9669e
commit f2eb7a90ad
20 changed files with 305 additions and 251 deletions

View File

@@ -58,7 +58,7 @@ export const NDKInstance = () => {
// return all validate relays
return verifiedRelays;
} catch (e) {
e.forEach((error) => console.error(error));
console.error('ndk instance error: ', e);
}
}