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: {