const { handle } = props; const { href } = VM.require("devhub.efiz.near/widget/core.lib.url"); if (!href) { return <p>Loading modules...</p>; } return ( <div class="row w-100"> <Widget src={"devhub.efiz.near/widget/devhub.feature.post-search.panel"} props={{ children: ( <Widget src={ "devhub.efiz.near/widget/devhub.components.molecule.PostControls" } props={{ title: "Post", href: href({ widgetSrc: "devhub.efiz.near/widget/app", params: { page: "create", labels: [communityData.tag], }, }), }} /> ), tag: ["blog", "handle"], recency, transactionHashes: props.transactionHashes, }} /> </div> );