Add extra context for filtering out '>' for sanitizeHtml
This commit is contained in:
parent
04db8333e3
commit
9c93b9002f
2 changed files with 4 additions and 1 deletions
|
@ -267,7 +267,7 @@ interface IProps {
|
|||
showReactions?: boolean;
|
||||
|
||||
// which layout to use
|
||||
layout: Layout;
|
||||
layout?: Layout;
|
||||
|
||||
// whether or not to show flair at all
|
||||
enableFlair?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue