forked from cerc-io/laconic-wallet-web
Return null in iframe component
This commit is contained in:
parent
a1cc6307cf
commit
51491cafca
@ -73,5 +73,5 @@ export const WalletEmbed = () => {
|
||||
return () => window.removeEventListener('message', handleCreateAccounts);
|
||||
}, [networksData]);
|
||||
|
||||
return <p style={{ color: 'white' }}>Text</p>;
|
||||
return null;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user