fix: order list error

This commit is contained in:
Tiago Vasconcelos 2023-03-23 16:47:19 +00:00
parent 70d6c23d47
commit ed0238bc9b

View file

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