const accountId = context.accountId; if (!accountId) { return "Hi, please sign in with NEAR wallet"; } return <h5>{`Hello, ${accountId} 🌱`}</h5>;