Skip to content

Commit

Permalink
ui: alias none
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Jan 31, 2024
1 parent dfb0ea6 commit 39c6b3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions LDKNodeMonday/View/Lightning/Channel/ChannelsListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ struct ChannelsListView: View {
.font(.caption)
.fontWeight(.semibold)
.foregroundColor(.secondary)
} else {
Text("None")
.font(.caption)
.fontWeight(.semibold)
.foregroundColor(.secondary)
}
Text(channel.counterpartyNodeId)
.font(.caption)
Expand Down

0 comments on commit 39c6b3f

Please sign in to comment.