Remove redundant pending status from contribution-status helper #160

Merged
galfert merged 2 commits from bugfix/remove_redundant_pending_status into master 2019-11-15 15:59:50 +00:00
Showing only changes of commit 6c5406c0b9 - Show all commits
-2
View File
@@ -25,8 +25,6 @@ export default Helper.extend({
status.push('pending');
}
status.push('pending');
return status.join(' ');
},