* fixes issue #977 * fix prettier formatting, when pre-commit
This commit is contained in:
parent
e0981ecede
commit
a98c5f9a85
|
@ -675,7 +675,7 @@ new Vue({
|
|||
// status is important for export but it is not in paymentsTable
|
||||
// because it is manually added with payment detail link and icons
|
||||
// and would cause duplication in the list
|
||||
let columns = this.paymentsTable.columns
|
||||
let columns = structuredClone(this.paymentsTable.columns)
|
||||
columns.unshift({
|
||||
name: 'pending',
|
||||
align: 'left',
|
||||
|
|
Loading…
Reference in New Issue
Block a user