Skip to content

Commit

Permalink
FW-5100 Fix story preview text translation swap
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanVH committed Oct 24, 2023
1 parent e65f35b commit 4b14502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/StoryCrud/StoryCrudPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ function StoryCrudPreview({ storyData }) {
<WysiwygBlock
jsonString={
translate
? currentPage?.text
: currentPage?.textTranslation
? currentPage?.textTranslation
: currentPage?.text
}
/>
{translateButton()}
Expand Down

0 comments on commit 4b14502

Please sign in to comment.