Skip to content

Commit 1783139

Browse files
committed
Merge branch 'master' into url-check
2 parents 5072022 + 40637b1 commit 1783139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/lightning.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ export const useLightningChannelName = (
140140
return `Connection ${index + 1}`;
141141
} else {
142142
const shortChannelId = ellipsis(channel.channel_id, 10);
143-
return channel.inbound_scid_alias?.toString() ?? shortChannelId;
143+
return channel.inbound_scid_alias ?? shortChannelId;
144144
}
145145
};

0 commit comments

Comments
 (0)