mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
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:
parent
ad6504a299
commit
60404e0a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue