diff --git a/src/components/WhoCanReply.tsx b/src/components/WhoCanReply.tsx index ee70568d1b..11db92d06c 100644 --- a/src/components/WhoCanReply.tsx +++ b/src/components/WhoCanReply.tsx @@ -320,19 +320,17 @@ function Rules({ )}{' '} - - {noOneCanQuote ? ( + {noOneCanQuote && ( + No one but the author can quote this post. - ) : ( - Anyone can quote this post. - )} - + + )} ) }