FIX: Don't show trash can for user deleted posts

This commit is contained in:
Robin Ward 2016-03-03 10:48:04 -05:00
parent 57c518eee1
commit 166a056497

View File

@ -118,7 +118,7 @@ export default createWidget('actions-summary', {
body.push(h('div.clearfix'));
});
if (attrs.isDeleted) {
if (attrs.deleted_at) {
body.push(h('div.post-action', [
iconNode('trash-o'),
' ',