const { href } = VM.require("megha19.near/widget/core.lib.url"); href || (href = () => {}); const { kanbanBoards, handle, permissions } = props; // TODO: Convert this viewer to display the provided data via kanbanBoards return ( <Widget src="megha19.near/widget/devhub.entity.addon.github.Configurator" props={{ communityHandle: handle, // rather than fetching again via the handle link: href({ widgetSrc: "megha19.near/widget/app", params: { page: "community", handle }, }), permissions, data: kanbanBoards, }} /> );