From 5979fa1e3365d702af5d0e17fef3c356298a6791 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Sun, 2 May 2021 03:33:48 -0500 Subject: [PATCH] Fix Channel details to correctly display amount and tokens --- src/views/channels/channels/ChannelDetails.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/channels/channels/ChannelDetails.tsx b/src/views/channels/channels/ChannelDetails.tsx index 5b163a14..93d2c679 100644 --- a/src/views/channels/channels/ChannelDetails.tsx +++ b/src/views/channels/channels/ChannelDetails.tsx @@ -64,12 +64,12 @@ export const ChannelDetails: FC = ({ const [modalOpen, setModalOpen] = useState('none'); const { - total_amount, total_tokens, - incoming_tokens, + total_amount, incoming_amount = 200, - outgoing_tokens, + incoming_tokens, outgoing_amount = 150, + outgoing_tokens, } = pending_resume; const {