diff --git a/kits/connect/src/embed-react.tsx b/kits/connect/src/embed-react.tsx index 491c3964..4a7f6cc0 100644 --- a/kits/connect/src/embed-react.tsx +++ b/kits/connect/src/embed-react.tsx @@ -33,20 +33,18 @@ export const OpenIntConnectEmbed = React.forwardRef( // Add a more reliable way to know iframe has fully finished loading // by sending message from iframe to parent when ready return ( - <> - {loading && ( -
- - - -
- )} +
+
+ + + +