Remove redundant pending status from contribution-status helper

This commit is contained in:
2019-11-15 15:28:46 +01:00
parent b2457421be
commit 6c5406c0b9
-2
View File
@@ -25,8 +25,6 @@ export default Helper.extend({
status.push('pending');
}
status.push('pending');
return status.join(' ');
},