From 89cf2e8e5cbabd53a429e073a934b415fc1674d7 Mon Sep 17 00:00:00 2001 From: pavanjoshi914 Date: Fri, 24 Jan 2025 14:27:05 +0530 Subject: [PATCH] chore: colspan for table --- frontend/src/screens/channels/CurrentChannelOrder.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/screens/channels/CurrentChannelOrder.tsx b/frontend/src/screens/channels/CurrentChannelOrder.tsx index d236a42b..fd5d2855 100644 --- a/frontend/src/screens/channels/CurrentChannelOrder.tsx +++ b/frontend/src/screens/channels/CurrentChannelOrder.tsx @@ -649,12 +649,12 @@ function PayLightningChannelOrder({ order }: { order: NewChannelOrder }) { canPayInternally={canPayInternally} /> -
+

Pay the invoice to initiate channel opening.

Summary

-
+
{lspOrderResponse.outgoingLiquidity > 0 && ( <>