diff --git a/src/apps/components/AppFrame/AppFrame.tsx b/src/apps/components/AppFrame/AppFrame.tsx index 7f1cccd59..bd45917ae 100644 --- a/src/apps/components/AppFrame/AppFrame.tsx +++ b/src/apps/components/AppFrame/AppFrame.tsx @@ -84,9 +84,11 @@ export const AppFrame: React.FC = ({ return ( <> -
- -
+ {!handshakeDone && ( +
+ +
+ )}