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