added beneficiary todo

This commit is contained in:
Nouman Tahir 2023-11-15 19:20:47 +05:00
parent 585c61e1fc
commit 6e60a612ee

View File

@ -602,6 +602,8 @@ class EditorContainer extends Component<EditorContainerProps, any> {
} = this.props;
const { rewardType, isPostSending, thumbUrl, draftId, shouldReblog } = this.state;
//TODO: handle appropriate speak beneficiaries if needed
//ref: https://swimlanes.io/u/7xPWxOvpH
const beneficiaries = this._extractBeneficiaries();
if (isPostSending) {