fixes issue #977 (#999)

* fixes issue #977

* fix prettier formatting, when pre-commit
This commit is contained in:
dni ⚡ 2022-09-23 10:00:45 +02:00 committed by GitHub
parent e0981ecede
commit a98c5f9a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',