Remove redundant pending status from contribution-status helper #160
@@ -25,8 +25,6 @@ export default Helper.extend({
|
||||
status.push('pending');
|
||||
}
|
||||
|
||||
status.push('pending');
|
||||
|
||||
return status.join(' ');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user