Show other user's display name in review modal

Insted of showing the display name of the listing author in the review
modal, show the display name of the other subject in the transaction.
This commit is contained in:
Hannu Lyytikainen 2018-05-08 11:18:13 +03:00
parent ad6504a299
commit 60404e0a0f

View file

@ -343,7 +343,7 @@ export class TransactionPanelComponent extends Component {
onCloseModal={() => this.setState({ isReviewModalOpen: false })}
onManageDisableScrolling={onManageDisableScrolling}
onSubmitReview={this.onSubmitReview}
revieweeName={authorDisplayName}
revieweeName={otherUserDisplayName}
reviewSent={this.state.reviewSubmitted}
sendReviewInProgress={sendReviewInProgress}
sendReviewError={sendReviewError}