mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 18:57:20 -05:00
Don't return the word cloaked for cloaked post, blank works fine :)
This commit is contained in:
@@ -404,7 +404,7 @@ export default createWidget('post', {
|
||||
},
|
||||
|
||||
html(attrs) {
|
||||
if (attrs.cloaked) { return 'cloaked'; }
|
||||
if (attrs.cloaked) { return ''; }
|
||||
|
||||
return this.attach('post-article', attrs);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user