From ed0238bc9b83df9e58edd64625a6b5c1dc21624b Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Thu, 23 Mar 2023 16:47:19 +0000 Subject: [PATCH] fix: order list error --- static/components/chat-dialog/chat-dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/components/chat-dialog/chat-dialog.js b/static/components/chat-dialog/chat-dialog.js index 72a4d17..6cc42d9 100644 --- a/static/components/chat-dialog/chat-dialog.js +++ b/static/components/chat-dialog/chat-dialog.js @@ -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: {