fix: order list error
This commit is contained in:
parent
70d6c23d47
commit
ed0238bc9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue