Skip to content

Commit

Permalink
Deposits: fix escaping on confirm modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Pineirin authored and kpsherva committed Jun 7, 2022
1 parent 70e516a commit de12453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/PublishButton/SubmitReviewModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export class SubmitReviewModal extends Component {
communityTitle,
}}
components={{ bold: <b /> }}
shouldUnescape={true}
/>
}
checked={
Expand Down

0 comments on commit de12453

Please sign in to comment.