We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f48599 + 97641cf commit 911a20bCopy full SHA for 911a20b
frontend/src/components/HostAlert/index.tsx
@@ -9,7 +9,7 @@ const HostAlert = (): JSX.Element => {
9
!hostUrl.includes('robosats') && (client === 'selfhosted' || client === 'desktop')
10
? SelfhostedAlert
11
: UnsafeAlert;
12
- return component();
+ return hostUrl.endsWith('.onion') ? <></> : component();
13
};
14
15
export default HostAlert;
0 commit comments