fix: order list error

This commit is contained in:
Tiago Vasconcelos 2023-03-23 16:47:19 +00:00
parent 220ef060ed
commit bdbfbc0b77

View file

@ -48,7 +48,7 @@ async function chatDialog(path) {
label: 'Invoice', label: 'Invoice',
field: row => field: row =>
row.payment_options && row.payment_options &&
row.payment_options.find(p => p.type == 'ln').link row.payment_options.find(p => p.type == 'ln')?.link
} }
], ],
pagination: { pagination: {