FIX: If you can manage a post you can wiki it

This commit is contained in:
Robin Ward 2017-10-05 17:47:52 -04:00
parent 2ae06e6fd0
commit 5822c64bdc

View File

@ -58,7 +58,7 @@ export function buildManageButtons(attrs, currentUser) {
});
}
if (attrs.canWiki) {
if (attrs.canManage || attrs.canWiki) {
if (attrs.wiki) {
contents.push({
action: 'toggleWiki',