mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
corrected messageHTML to message
This commit is contained in:
parent
696bfa117e
commit
aeedf456c0
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ const PreviewPresentation = ({
|
|||
} else if (visibilityInfo.censored) {
|
||||
const censoredMessage = (
|
||||
<CensoredMessage
|
||||
messageHTML={visibilityInfo.messageHTML}
|
||||
messageHTML={visibilityInfo.message}
|
||||
reshareable={visibilityInfo.reshareable}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue