const { value } = props; return ( <Widget src="megha19.near/widget/devhub.notification.LR" props={{ L: ( <Widget src="megha19.near/widget/devhub.notification.Left" props={{ type: value.type, proposal: value.proposal }} /> ), R: ( <Widget src="megha19.near/widget/DevGov.notification.Right" props={{ proposal: value.proposal }} /> ), ...props, }} /> );