return ( <Widget src="bluebiu.near/widget/Avalanche.Lending.YoursTable" props={{ columns: [ { type: "name", width: "25%", name: "Borrowed Asset", }, { key: "apy", width: "25%", name: "APY/Accrued" }, { type: "total", key: "borrowed", width: "25%", name: "Borrowed", }, { type: "button", width: "25%" }, ], data: props.data, buttons: [ { text: "Repay", }, ], onButtonClick: props.onButtonClick, }} /> );