const accountId = context.accountId; const homepage = accountId ? Social.get(`${accountId}/settings/near.social/homepage`) : undefined; if (homepage === null) { return "Loading"; } return <div>Test</div>;