let accountId = context.accountId; if (accountId) return <div />; return <div>Please sign in with NEAR wallet</div>;